From d917e8b68804e839d8cac4c8af9b4600e3e67308 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 26 Mar 2009 16:10:58 -0500 Subject: Comment for label --- src/applet-main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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); -- cgit v1.2.3