From 8734c7a108f1b57fc34d28722910f3887f978777 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Mar 2025 15:30:43 +0100 Subject: Resolve redshift/issues/223: redshift-gtk: fix title of window to Redshift MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- TODO | 1 - src/redshift-gtk/statusicon.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index 39cfebb..5f6af36 100644 --- a/TODO +++ b/TODO @@ -34,7 +34,6 @@ https://github.com/jonls/redshift/issues/217 redshift appears to stop working af https://github.com/jonls/redshift/issues/218 multiple redshift-gtk and redshift processes can run at once https://github.com/jonls/redshift/issues/219 Linux Mint Xfce 17.1: redshift-gtk does not show in panel https://github.com/jonls/redshift/issues/222 redshift fails to run on startup or launch from script -https://github.com/jonls/redshift/issues/223 add name of program to info window https://github.com/jonls/redshift/issues/226 Redshift exits if no provider is found (no internet connection) https://github.com/jonls/redshift/issues/232 Windows 7 - redshift.exe doesn't close https://github.com/jonls/redshift/issues/235 The print option does not tell if redshift is active or not. diff --git a/src/redshift-gtk/statusicon.py b/src/redshift-gtk/statusicon.py index b4adfb0..d5baf3d 100644 --- a/src/redshift-gtk/statusicon.py +++ b/src/redshift-gtk/statusicon.py @@ -117,7 +117,7 @@ class RedshiftStatusIcon(object): self.status_menu.append(quit_item) # Create info dialog - self.info_dialog = Gtk.Window(title=_('Info')) + self.info_dialog = Gtk.Window(title='Redshift') self.info_dialog.set_resizable(False) self.info_dialog.set_property('border-width', 6) self.info_dialog.connect('delete-event', self.close_info_dialog_cb) -- cgit v1.2.3-70-g09d2