diff options
-rw-r--r-- | src/applet-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/applet-main.c b/src/applet-main.c index 7f7b260..ee738b4 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -236,6 +236,7 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data) } if (indicators_loaded == 0) { + /* A label to allow for click through */ GtkWidget * item = gtk_label_new("No Indicators"); gtk_container_add(GTK_CONTAINER(applet), item); gtk_widget_show(item); |