/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: Daniel Schierbeck
  • Date: 2007-11-28 23:26:02 UTC
  • mfrom: (330.6.6 trunk)
  • Revision ID: daniel.schierbeck@gmail.com-20071128232602-pnxxbxhgjugnt80w
Merged with mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
        <child>
379
379
          <widget class="GtkToolbar" id="toolbar">
380
380
            <property name="visible">True</property>
381
 
            <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
382
381
            <child>
383
382
              <widget class="GtkToolButton" id="toolbutton_refresh">
384
383
                <property name="visible">True</property>
427
426
            <child>
428
427
              <widget class="GtkToolButton" id="toolbutton_commit">
429
428
                <property name="visible">True</property>
 
429
                <property name="is_important">True</property>
430
430
                <property name="label">Commit</property>
431
431
                <property name="use_underline">True</property>
432
432
                <property name="icon">icons/commit.png</property>
448
448
            <child>
449
449
              <widget class="GtkToolButton" id="toolbutton_pull">
450
450
                <property name="visible">True</property>
 
451
                <property name="is_important">True</property>
451
452
                <property name="label">Pull</property>
452
453
                <property name="use_underline">True</property>
453
454
                <property name="icon">icons/pull.png</property>
460
461
            <child>
461
462
              <widget class="GtkToolButton" id="toolbutton_push">
462
463
                <property name="visible">True</property>
 
464
                <property name="is_important">True</property>
463
465
                <property name="label">Push</property>
464
466
                <property name="use_underline">True</property>
465
467
                <property name="icon">icons/push.png</property>