diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-13 01:52:36 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-03-23 00:52:32 +0100 |
commit | 3eac70572da1c97ab1d98551b41752dd11d92465 (patch) | |
tree | d0ad6e10d5b1e2c66d2dfc8915bcde88b17df99f /.gitignore | |
parent | Merge pull request #46 from maandree/gamma (diff) | |
download | redshift-ng-3eac70572da1c97ab1d98551b41752dd11d92465.tar.gz redshift-ng-3eac70572da1c97ab1d98551b41752dd11d92465.tar.bz2 redshift-ng-3eac70572da1c97ab1d98551b41752dd11d92465.tar.xz |
Fix #40: redshift-gtk: toggle_item is checkbox that follows the icon
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +# Backup files +*~ +\#*\# + # Object files *.o *.ko @@ -40,6 +44,7 @@ src/redshift-gtk/defs.py src/redshift-gtk/redshift-gtk contrib/redshift.spec src/redshift +src/redshift-gtk/__pycache__/ # gettext /po/POTFILES |