/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: Mateusz Korniak
  • Date: 2007-09-02 15:41:26 UTC
  • mto: This revision was merged to the branch mainline in revision 274.
  • Revision ID: matkor@laptop-hp-20070902154126-0zdi9vr4vvny0ayx
Proper import of question_dialog in context menu invocation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                      </widget>
59
59
                    </child>
60
60
                    <child>
61
 
                      <widget class="GtkMenuItem" id="menuitem_file_bookmark">
62
 
                        <property name="visible">True</property>
63
 
                        <property name="label" translatable="yes">_Bookmark current directory</property>
64
 
                        <property name="use_underline">True</property>
65
 
                        <signal name="activate" handler="on_menuitem_file_bookmark_activate"/>
66
 
                      </widget>
67
 
                    </child>
68
 
                    <child>
69
61
                      <widget class="GtkMenuItem" id="menuitem_file_make_directory">
70
62
                        <property name="visible">True</property>
71
63
                        <property name="label" translatable="yes">Make _directory...</property>
386
378
        <child>
387
379
          <widget class="GtkToolbar" id="toolbar">
388
380
            <property name="visible">True</property>
 
381
            <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
389
382
            <child>
390
383
              <widget class="GtkToolButton" id="toolbutton_refresh">
391
384
                <property name="visible">True</property>
434
427
            <child>
435
428
              <widget class="GtkToolButton" id="toolbutton_commit">
436
429
                <property name="visible">True</property>
437
 
                <property name="is_important">True</property>
438
430
                <property name="label">Commit</property>
439
431
                <property name="use_underline">True</property>
440
432
                <property name="icon">icons/commit.png</property>
456
448
            <child>
457
449
              <widget class="GtkToolButton" id="toolbutton_pull">
458
450
                <property name="visible">True</property>
459
 
                <property name="is_important">True</property>
460
451
                <property name="label">Pull</property>
461
452
                <property name="use_underline">True</property>
462
453
                <property name="icon">icons/pull.png</property>
469
460
            <child>
470
461
              <widget class="GtkToolButton" id="toolbutton_push">
471
462
                <property name="visible">True</property>
472
 
                <property name="is_important">True</property>
473
463
                <property name="label">Push</property>
474
464
                <property name="use_underline">True</property>
475
465
                <property name="icon">icons/push.png</property>
515
505
                    <property name="can_focus">True</property>
516
506
                    <property name="headers_visible">False</property>
517
507
                    <signal name="button_press_event" handler="on_treeview_left_button_press_event"/>
518
 
                    <signal name="button_release_event" handler="on_treeview_left_button_release_event"/>
519
508
                    <signal name="row_activated" handler="on_treeview_left_row_activated"/>
520
509
                  </widget>
521
510
                </child>