Legend:
- Unmodified
- Added
- Removed
-
trunk/config.py
r256 r260 53 53 image_prefix = '/usr/share/itaka/images/' 54 54 if os.path.exists(image_prefix): 55 image_dir = prefix55 image_dir = image_prefix 56 56 57 57 if not os.path.exists(image_dir): -
trunk/debian/rules
r235 r260 26 26 dh_testdir 27 27 28 /usr/bin/docbook-to-man debian/itaka.sgml > share/itaka.1 28 # This needs to be updated to have the new options 29 #/usr/bin/docbook-to-man debian/itaka.sgml > share/itaka.1 29 30 30 31 touch build-stamp -
trunk/uigtk.py
r246 r260 935 935 """ 936 936 937 self.about_dialog = gtk. about_dialog()937 self.about_dialog = gtk.AboutDialog() 938 938 self.about_dialog.set_transient_for(self.window) 939 939 self.about_dialog.set_name('Itaka')
Note: See TracChangeset
for help on using the changeset viewer.

