aboutsummaryrefslogtreecommitdiff
path: root/tools/indicator-loader.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-24 10:07:33 -0600
committerTed Gould <ted@gould.cx>2012-01-24 10:07:33 -0600
commite81d0ecfe1899acc60fb50a5fbc03823a132139d (patch)
tree5cc88f8d0aaca8690e7323fad06448fb6bf2403f /tools/indicator-loader.c
parente36cd22ea84365df4797fc2588fe639ffda4daf6 (diff)
parentdbccdd5fd7c0850af8ffd411f906dc43785e599b (diff)
downloadlibayatana-indicator-e81d0ecfe1899acc60fb50a5fbc03823a132139d.tar.gz
libayatana-indicator-e81d0ecfe1899acc60fb50a5fbc03823a132139d.tar.bz2
libayatana-indicator-e81d0ecfe1899acc60fb50a5fbc03823a132139d.zip
Import upstream version 0.4.90
Diffstat (limited to 'tools/indicator-loader.c')
-rw-r--r--tools/indicator-loader.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/indicator-loader.c b/tools/indicator-loader.c
index 59e90b1..10952dc 100644
--- a/tools/indicator-loader.c
+++ b/tools/indicator-loader.c
@@ -45,6 +45,10 @@ entry_added (IndicatorObject * io, IndicatorObjectEntry * entry, gpointer user_d
{
g_debug("Signal: Entry Added");
+ if (entry->parent_object == NULL) {
+ g_warning("Entry '%p' does not have a parent object", entry);
+ }
+
GtkWidget * menuitem = gtk_menu_item_new();
#if GTK_CHECK_VERSION(3,0,0)
GtkWidget * hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 3);