Fix compilation warning: Use G_ENABLE_DEBUG to enable the var
This commit is contained in:
@ -545,7 +545,9 @@ static gboolean
|
|||||||
gtk_tray_icon_delete (GtkWidget *widget,
|
gtk_tray_icon_delete (GtkWidget *widget,
|
||||||
GdkEventAny *event)
|
GdkEventAny *event)
|
||||||
{
|
{
|
||||||
|
#ifdef G_ENABLE_DEBUG
|
||||||
GtkTrayIcon *icon = GTK_TRAY_ICON (widget);
|
GtkTrayIcon *icon = GTK_TRAY_ICON (widget);
|
||||||
|
#endif
|
||||||
|
|
||||||
GTK_NOTE (PLUGSOCKET,
|
GTK_NOTE (PLUGSOCKET,
|
||||||
g_print ("GtkStatusIcon %p: delete notify, tray manager window %lx\n",
|
g_print ("GtkStatusIcon %p: delete notify, tray manager window %lx\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user