[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] 01/01: Fix bug 11543 (remove unused label reference)

noreply at xfce.org noreply at xfce.org
Fri Feb 20 04:04:14 CET 2015


This is an automated email from the git hooks/post-receive script.

isaacschemm pushed a commit to branch master
in repository panel-plugins/xfce4-verve-plugin.

commit 0115ed727a86ed1cee12b03b5cfe0d11653ca32a
Author: Isaac Schemm <isaacschemm at gmail.com>
Date:   Thu Feb 19 21:02:43 2015 -0600

    Fix bug 11543 (remove unused label reference)
---
 panel-plugin/verve-plugin.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/panel-plugin/verve-plugin.c b/panel-plugin/verve-plugin.c
index 6811b5b..e2608b4 100644
--- a/panel-plugin/verve-plugin.c
+++ b/panel-plugin/verve-plugin.c
@@ -1016,7 +1016,6 @@ verve_plugin_properties (XfcePanelPlugin *plugin,
   GtkWidget *bang_button;
   GtkWidget *backslash_button;
   GtkWidget *smartbookmark_button;
-  GtkWidget *engine_label;
   GtkWidget *engine_box;
 
   g_return_if_fail (plugin != NULL);
@@ -1203,7 +1202,6 @@ verve_plugin_properties (XfcePanelPlugin *plugin,
   /* Set text to search engine URL */
   gtk_entry_set_text(engine_box, verve->launch_params.smartbookmark_url);
 
-  gtk_widget_add_mnemonic_label (engine_box, engine_label);
   gtk_box_pack_start (GTK_BOX (hbox), engine_box, FALSE, TRUE, 0);
   gtk_widget_show (engine_box);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list