diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-06-06 23:34:49 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-06-06 23:34:49 +0200 |
commit | 79d6d29889102a7935268dadf0b5fd2965151141 (patch) | |
tree | 2c0c2b64b38b3fc715167f283ca57fa38285e667 /src/gtk-redshift/gtk-redshift.in | |
parent | Update po files. (diff) | |
parent | rvert commit 103: Wrap in try...except only gtk.main. (diff) | |
download | redshift-ng-79d6d29889102a7935268dadf0b5fd2965151141.tar.gz redshift-ng-79d6d29889102a7935268dadf0b5fd2965151141.tar.bz2 redshift-ng-79d6d29889102a7935268dadf0b5fd2965151141.tar.xz |
Merge application indicator support from Franesco Marella.
Change GUI configuration parameter in configure.ac to --enable-gui.
Distribute defs.py.in and gtk-redshift.in even if GUI is disabled.
Update POTFILES.in and update translation files.
Diffstat (limited to '')
-rw-r--r-- | src/gtk-redshift/gtk-redshift.in (renamed from src/gtk-redshift/gtk-redshift) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtk-redshift/gtk-redshift b/src/gtk-redshift/gtk-redshift.in index f62c6f1..120e05c 100644 --- a/src/gtk-redshift/gtk-redshift +++ b/src/gtk-redshift/gtk-redshift.in @@ -19,5 +19,5 @@ if __name__ == '__main__': - from gtk_redshift.statusicon import run_statusicon - run_statusicon() + from gtk_redshift.@gui_module@ import run + run() |