From ad92d558b771762cccf3e49cdb4cb50dda6bef7a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 12 Mar 2009 14:22:31 +0200 Subject: Stealing the 'fast-user-switch-applet' name to get better theming --- src/applet-main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/applet-main.c b/src/applet-main.c index 1f261b6..62faab0 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -190,8 +190,9 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data) " GtkWidget::focus-line-width = 0\n" " GtkWidget::focus-padding = 0\n" "}\n" - "widget \"*.indicator-applet-menubar\" style \"indicator-applet-style\""); - gtk_widget_set_name(GTK_WIDGET (applet), "indicator-applet-menubar"); + "widget \"*.fast-user-switch-applet\" style \"indicator-applet-style\""); + //gtk_widget_set_name(GTK_WIDGET (applet), "indicator-applet-menubar"); + gtk_widget_set_name(GTK_WIDGET (applet), "fast-user-switch-applet"); /* Build menubar */ menubar = gtk_menu_bar_new(); -- cgit v1.2.3