mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 21:05:33 +00:00
2008-04-19 Mike Kestner <mkestner@novell.com>
* gtk/glue/statusicon.c: fix time parameter usage. Not even sure how that compiled. I <3 C. svn path=/trunk/gtk-sharp/; revision=101222
This commit is contained in:
parent
504323bf30
commit
6b6692211f
|
@ -1,3 +1,8 @@
|
||||||
|
2008-04-19 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
* gtk/glue/statusicon.c: fix time parameter usage. Not even sure
|
||||||
|
how that compiled. I <3 C.
|
||||||
|
|
||||||
2008-04-17 Mike Kestner <mkestner@novell.com>
|
2008-04-17 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
* atk/glue/misc.c: glue for vms and singleton setup.
|
* atk/glue/misc.c: glue for vms and singleton setup.
|
||||||
|
|
|
@ -32,6 +32,6 @@ void gtksharp_gtk_status_icon_present_menu (GtkStatusIcon *icon, GtkMenu* men
|
||||||
void
|
void
|
||||||
gtksharp_gtk_status_icon_present_menu (GtkStatusIcon *icon, GtkMenu* menu, guint button, guint32 activate_time)
|
gtksharp_gtk_status_icon_present_menu (GtkStatusIcon *icon, GtkMenu* menu, guint button, guint32 activate_time)
|
||||||
{
|
{
|
||||||
gtk_menu_popup (menu, NULL, NULL, gtk_status_icon_position_menu, icon, button, time);
|
gtk_menu_popup (menu, NULL, NULL, gtk_status_icon_position_menu, icon, button, activate_time);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue