Fix compilation warning: Use G_ENABLE_DEBUG to enable the var

This commit is contained in:
Javier Jardón
2010-04-12 20:43:18 +02:00
parent 14de4682cf
commit d9d53e6fbe

View File

@@ -545,7 +545,9 @@ static gboolean
gtk_tray_icon_delete (GtkWidget *widget,
GdkEventAny *event)
{
#ifdef G_ENABLE_DEBUG
GtkTrayIcon *icon = GTK_TRAY_ICON (widget);
#endif
GTK_NOTE (PLUGSOCKET,
g_print ("GtkStatusIcon %p: delete notify, tray manager window %lx\n",