/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: John Arbash Meinel
  • Date: 2007-09-28 22:26:56 UTC
  • mto: (322.1.1 trunk) (330.3.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: john@arbash-meinel.com-20070928222656-rxiw7wzmk0fm8whu
Clarify the note on the file message expander.

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
        self._file_message_expander = gtk.Expander(_('Message for XXX'))
233
233
        self._file_message_expander.add(file_message_box)
234
234
        file_message_box.show()
235
 
        # TODO: When expanded, we want to change expand=True
 
235
        # When expanded, we want to change expand=True, so that the message box
 
236
        # gets more space. But when it is shrunk, it has nothing to do with
 
237
        # that space, so we start it at expand=False
236
238
        self._right_pane_box.pack_start(self._file_message_expander,
237
239
                                        expand=False, fill=True)
238
240
        self._file_message_expander.connect('notify::expanded',