/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 olive.glade

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-08-13 11:02:48 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060813110248-4f256d8db6247b61
Some bugs fixed in the Push dialog; added TODO items.

2006-08-13  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * TODO: some more items added
    * olive.glade: Push window should not be visible by default
    * olive/frontend/gtk/push.py: fixed a bug if no push location known; user
      gets an error if directory is not a branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1627
1627
 
1628
1628
<widget class="GtkWindow" id="window_push">
1629
1629
  <property name="width_request">300</property>
1630
 
  <property name="visible">True</property>
1631
1630
  <property name="title" translatable="yes">Olive - Push</property>
1632
1631
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
1633
1632
  <property name="window_position">GTK_WIN_POS_NONE</property>