/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: Jelmer Vernooij
  • Date: 2008-06-29 19:07:23 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: jelmer@samba.org-20080629190723-l8mzg9x4oec0lhsl
Return cleartext from seahorse module

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>
61
69
                      <widget class="GtkMenuItem" id="menuitem_file_make_directory">
62
70
                        <property name="visible">True</property>
63
71
                        <property name="label" translatable="yes">Make _directory...</property>
378
386
        <child>
379
387
          <widget class="GtkToolbar" id="toolbar">
380
388
            <property name="visible">True</property>
381
 
            <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
382
389
            <child>
383
390
              <widget class="GtkToolButton" id="toolbutton_refresh">
384
391
                <property name="visible">True</property>
427
434
            <child>
428
435
              <widget class="GtkToolButton" id="toolbutton_commit">
429
436
                <property name="visible">True</property>
 
437
                <property name="is_important">True</property>
430
438
                <property name="label">Commit</property>
431
439
                <property name="use_underline">True</property>
432
440
                <property name="icon">icons/commit.png</property>
448
456
            <child>
449
457
              <widget class="GtkToolButton" id="toolbutton_pull">
450
458
                <property name="visible">True</property>
 
459
                <property name="is_important">True</property>
451
460
                <property name="label">Pull</property>
452
461
                <property name="use_underline">True</property>
453
462
                <property name="icon">icons/pull.png</property>
460
469
            <child>
461
470
              <widget class="GtkToolButton" id="toolbutton_push">
462
471
                <property name="visible">True</property>
 
472
                <property name="is_important">True</property>
463
473
                <property name="label">Push</property>
464
474
                <property name="use_underline">True</property>
465
475
                <property name="icon">icons/push.png</property>
505
515
                    <property name="can_focus">True</property>
506
516
                    <property name="headers_visible">False</property>
507
517
                    <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"/>
508
519
                    <signal name="row_activated" handler="on_treeview_left_row_activated"/>
509
520
                  </widget>
510
521
                </child>