Update glade specs to add new button to the node list window
authorerg <devnull@localhost>
Thu, 15 Jul 2010 14:35:15 +0000 (14:35 +0000)
committererg <devnull@localhost>
Thu, 15 Jul 2010 14:35:15 +0000 (14:35 +0000)
share/gui/smyrna.glade

index ce0904bbfaf765da888f3e395dc47045e62bf113..3720e80cdad91f823963b7a54ffce0ab2c0928cc 100755 (executable)
          </child>
 
          <child>
-           <widget class="GtkButton" id="btnTVHideAll1">
+           <widget class="GtkButton" id="btnTVSave">
              <property name="width_request">150</property>
              <property name="height_request">25</property>
              <property name="visible">True</property>
-             <property name="label" translatable="yes">Save As Subgraph</property>
+             <property name="label" translatable="yes">Save</property>
              <property name="use_underline">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
              <property name="focus_on_click">True</property>
              <property name="y">8</property>
            </packing>
          </child>
+
+         <child>
+           <widget class="GtkButton" id="bntTVSaveWith">
+             <property name="width_request">150</property>
+             <property name="height_request">25</property>
+             <property name="visible">True</property>
+             <property name="label" translatable="yes">Save with Edges</property>
+             <property name="use_underline">True</property>
+             <property name="relief">GTK_RELIEF_NORMAL</property>
+             <property name="focus_on_click">True</property>
+             <signal name="clicked" handler="btnTVSaveWith_clicked_cb"/>
+           </widget>
+           <packing>
+             <property name="x">368</property>
+             <property name="y">8</property>
+           </packing>
+         </child>
        </widget>
        <packing>
          <property name="padding">0</property>