/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-09 12:02:10 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-20060809120210-819eec06966d9b0f
Fixed a small bug in the Status window.

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

    * olive/frontend/gtk/status.py: fixed a NotBranchError related bug
    * olive.glade: diff and status window not visible by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
2197
2197
<widget class="GtkWindow" id="window_diff">
2198
2198
  <property name="width_request">600</property>
2199
2199
  <property name="height_request">400</property>
2200
 
  <property name="visible">True</property>
2201
2200
  <property name="title" translatable="yes">Olive - Diff</property>
2202
2201
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
2203
2202
  <property name="window_position">GTK_WIN_POS_NONE</property>
2314
2313
<widget class="GtkWindow" id="window_status">
2315
2314
  <property name="width_request">400</property>
2316
2315
  <property name="height_request">300</property>
2317
 
  <property name="visible">True</property>
2318
2316
  <property name="title" translatable="yes">Olive - Status</property>
2319
2317
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
2320
2318
  <property name="window_position">GTK_WIN_POS_NONE</property>