summaryrefslogtreecommitdiff
path: root/applets/notification_area/system-tray/fixedtip.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/notification_area/system-tray/fixedtip.c')
-rw-r--r--applets/notification_area/system-tray/fixedtip.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/applets/notification_area/system-tray/fixedtip.c b/applets/notification_area/system-tray/fixedtip.c
index f7b28d7b..180cbdd7 100644
--- a/applets/notification_area/system-tray/fixedtip.c
+++ b/applets/notification_area/system-tray/fixedtip.c
@@ -220,20 +220,21 @@ na_fixed_tip_new (GtkWidget *parent,
fixedtip->priv->parent = parent;
#if 0
- //FIXME: would be nice to be able to get the toplevel for the tip, but this
- //doesn't work
+ /* FIXME: would be nice to be able to get the toplevel for the tip, but this
+ * doesn't work
+ */
GtkWidget *toplevel;
toplevel = gtk_widget_get_toplevel (parent);
/*
if (toplevel && gtk_widget_is_toplevel (toplevel) && GTK_IS_WINDOW (toplevel))
gtk_window_set_transient_for (GTK_WINDOW (fixedtip), GTK_WINDOW (toplevel));
- */
+ */
#endif
fixedtip->priv->orientation = orientation;
- //FIXME: would be nice to move the tip when the notification area moves
+ /* FIXME: would be nice to move the tip when the notification area moves */
g_signal_connect_object (parent, "size-allocate",
G_CALLBACK (na_fixed_tip_parent_size_allocated),
fixedtip, 0);