[Xfce4-commits] <xfce4-indicator-plugin:master> remove unused gtkrc

Mark Trompell noreply at xfce.org
Tue Mar 20 09:36:01 CET 2012


Updating branch refs/heads/master
         to cb53f6815925cef35003be468fb6d3a9750ca00c (commit)
       from 29f92f26c7622a4a43ed91cbe89899001529a022 (commit)

commit cb53f6815925cef35003be468fb6d3a9750ca00c
Author: Mark Trompell <mark at foresightlinux.org>
Date:   Tue Mar 20 09:34:18 2012 +0100

    remove unused gtkrc

 panel-plugin/indicator.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index a28e359..1172ef0 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -148,15 +148,6 @@ indicator_new (XfcePanelPlugin *plugin)
   /*gtk_widget_set_name(GTK_WIDGET (indicator->plugin), "indicator-plugin");*/
   
   indicator->buttonbox = xfce_indicator_box_new ();;
-  gtk_rc_parse_string (
-    "style \"indicator-plugin-style\"\n"
-    "{\n"
-    "    GtkButton::internal-border= 0\n"
-    "    GtkToggleButton::internal-border= 0\n"
-    "    GtkWidget::focus-line-width = 0\n"
-    "    GtkWidget::focus-padding = 0\n"
-    "}\n"
-    "widget \"*.indicator-button\" style \"indicator-plugin-style\"");
   
   /* get the list of excluded modules */
   indicator_read (indicator);


More information about the Xfce4-commits mailing list