Commit 3456f977 authored by Victor Ananjevsky's avatar Victor Ananjevsky

fix type casting

parent e4d56df1
...@@ -241,7 +241,7 @@ popup_menu_cb (GtkStatusIcon * icon, guint button, guint activate_time, gpointer ...@@ -241,7 +241,7 @@ popup_menu_cb (GtkStatusIcon * icon, guint button, guint activate_time, gpointer
gtk_menu_shell_append (GTK_MENU_SHELL (menu), item); gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
} }
gtk_menu_popup_at_widget (GTK_MENU (menu), icon, GDK_GRAVITY_SOUTH_WEST, GDK_GRAVITY_NORTH_WEST, NULL); gtk_menu_popup_at_widget (GTK_MENU (menu), GTK_WIDGET (icon), GDK_GRAVITY_SOUTH_WEST, GDK_GRAVITY_NORTH_WEST, NULL);
} }
static gboolean static gboolean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment