~ubuntu-branches/ubuntu/vivid/d-feet/vivid-proposed

« back to all changes in this revision

Viewing changes to ui/default-actiongroup.ui

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-14 22:35:45 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20111114223545-fyi86y9j5ph62xce
Tags: 0.1.14-1
* New upstream release.
* debian/watch: Track .xz tarballs.
* Bump debhelper compatibility level to 8.
* Bump Standards-Version to 3.9.2. No further changes.
* debian/control:
  - Remove article from description synopsis.
  - Drop Depends on python-glade2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
          </object>
21
21
        </child>
22
22
        <child>
 
23
          <object class="GtkAction" id="reconnect_current_bus">
 
24
            <property name="name">reconnect_current_bus</property>
 
25
            <property name="label" translatable="yes">Reconnect current Bus...</property>
 
26
            <property name="short_label" translatable="yes">Reconnect</property>
 
27
            <property name="tooltip" translatable="yes">Reconnect the bus of the current tab address</property>
 
28
            <property name="sensitive">False</property>
 
29
            <property name="stock_id">gtk-refresh</property>
 
30
            <signal handler="reconnect_current_bus" name="activate"/>
 
31
          </object>
 
32
        </child>
 
33
        <child>
23
34
          <object class="GtkAction" id="add_session_bus">
24
35
            <property name="name">add_session_bus</property>
25
36
            <property name="label" translatable="yes">Connect to S_ession Bus</property>
79
90
          </menu>
80
91
         -->
81
92
        </toolitem>
 
93
        <toolitem name="ConnReconnect" action="reconnect_current_bus"/>
82
94
        <separator/>
83
95
        <toolitem name="ExecuteMethod" action="execute_method"/>
84
96
      </toolbar>