Changeset 260 for trunk


Ignore:
Timestamp:
07/19/07 19:35:23 (5 years ago)
Author:
marc
Message:

Updated man and sgml, fixed some invalid names

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/config.py

    r256 r260  
    5353image_prefix = '/usr/share/itaka/images/' 
    5454if os.path.exists(image_prefix): 
    55     image_dir = prefix 
     55    image_dir = image_prefix 
    5656 
    5757if not os.path.exists(image_dir): 
  • trunk/debian/rules

    r235 r260  
    2626        dh_testdir 
    2727 
    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 
    2930 
    3031        touch build-stamp 
  • trunk/uigtk.py

    r246 r260  
    935935        """ 
    936936 
    937         self.about_dialog = gtk.about_dialog() 
     937        self.about_dialog = gtk.AboutDialog() 
    938938        self.about_dialog.set_transient_for(self.window) 
    939939        self.about_dialog.set_name('Itaka') 
Note: See TracChangeset for help on using the changeset viewer.