diff options
author | Ted Gould <ted@canonical.com> | 2009-03-26 16:10:58 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-03-26 16:10:58 -0500 |
commit | d917e8b68804e839d8cac4c8af9b4600e3e67308 (patch) | |
tree | 55eac601f17ce66f8888e331c6da2ed6d57398a5 | |
parent | 045b2579c670b16bac9e7c13ede6bd2780edf83e (diff) | |
download | libayatana-indicator-d917e8b68804e839d8cac4c8af9b4600e3e67308.tar.gz libayatana-indicator-d917e8b68804e839d8cac4c8af9b4600e3e67308.tar.bz2 libayatana-indicator-d917e8b68804e839d8cac4c8af9b4600e3e67308.zip |
Comment for label
-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); |