diff options
Diffstat (limited to 'applets/notification_area/system-tray')
-rw-r--r-- | applets/notification_area/system-tray/fixedtip.c | 9 | ||||
-rw-r--r-- | applets/notification_area/system-tray/na-tray-manager.c | 2 |
2 files changed, 6 insertions, 5 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); diff --git a/applets/notification_area/system-tray/na-tray-manager.c b/applets/notification_area/system-tray/na-tray-manager.c index 4e137b25..f001c653 100644 --- a/applets/notification_area/system-tray/na-tray-manager.c +++ b/applets/notification_area/system-tray/na-tray-manager.c @@ -518,7 +518,7 @@ na_tray_manager_window_filter (GdkXEvent *xev, } #if 0 -//FIXME investigate why this doesn't work +/* FIXME investigate why this doesn't work */ static gboolean na_tray_manager_selection_clear_event (GtkWidget *widget, GdkEventSelection *event, |