Diff
Differences From Artifact [c920bbe1ed]:
- File uikit.py — part of check-in [33e106bce5] at 2015-04-05 14:08:16 on branch trunk — Manually register addon widget signals. Otherwise main keeps bugging with GtkWarnings when timer plugin is disabled. (user: mario, size: 22358) [annotate] [blame] [check-ins using]
To Artifact [594d66e076]:
- File uikit.py — part of check-in [24a5fe69a1] at 2015-04-06 18:55:12 on branch trunk — Add workaround for ArgumentParser, which tries to map config: descriptors onto AP.add_argument(*yikes) params. (user: mario, size: 22352) [annotate] [blame] [check-ins using]
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + | import inspect from compat2and3 import unicode, xrange, PY3, gzip_decode # gtk version (2=gtk2, 3=gtk3, 7=tk;) ver = 2 # if running on Python3 or with commandline flag |