Remove quit tool button

This commit is contained in:
Mike Massonnet
2010-09-25 21:17:48 +00:00
parent 341f69bc4f
commit a804339c7d
2 changed files with 0 additions and 13 deletions

View File

@@ -150,9 +150,6 @@ xtm_process_window_init (XtmProcessWindow *window)
button = GTK_WIDGET (gtk_builder_get_object (window->priv->builder, "toolbutton-about"));
g_signal_connect_swapped (button, "clicked", G_CALLBACK (show_about_dialog), window);
button = GTK_WIDGET (gtk_builder_get_object (window->priv->builder, "toolbutton-quit"));
g_signal_connect_swapped (button, "clicked", G_CALLBACK (emit_destroy_signal), window);
g_object_unref (window->priv->builder);
window->priv->builder = NULL;
}

View File

@@ -76,16 +76,6 @@
<property name="expand">False</property>
</packing>
</child>
<child>
<object class="GtkToolButton" id="toolbutton-quit">
<property name="visible">True</property>
<property name="use_underline">True</property>
<property name="stock_id">gtk-quit</property>
</object>
<packing>
<property name="expand">False</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>