/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to commit.py

  • Committer: Szilveszter Farkas
  • Date: 2009-04-08 08:06:58 UTC
  • mto: (635.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 639.
  • Revision ID: szilveszter.farkas@gmail.com-20090408080658-wwxav1ppikz8dcaz
Added a GTK type hint to allow the Commit window to maximize.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
                                  buttons=(gtk.STOCK_CANCEL,
115
115
                                           gtk.RESPONSE_CANCEL))
116
116
        self._question_dialog = question_dialog
 
117
        
 
118
        self.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_NORMAL)
117
119
 
118
120
        self._wt = wt
119
121
        # TODO: Do something with this value, it is used by Olive