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/__init__.py | |
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/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gtk-redshift/__init__.py b/src/gtk-redshift/__init__.py index 30205ca..51ab2ef 100644 --- a/src/gtk-redshift/__init__.py +++ b/src/gtk-redshift/__init__.py @@ -16,5 +16,3 @@ # along with Redshift. If not, see <http://www.gnu.org/licenses/>. # Copyright (c) 2010 Jon Lund Steffensen <jonlst@gmail.com> - -__all__ = ['statusicon'] |