forked from AuroraMiddleware/gtk
Fix the build
svn path=/trunk/; revision=21752
This commit is contained in:
parent
cbc5d3e33d
commit
fdb141c40b
@ -1,3 +1,9 @@
|
||||
2008-11-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 558929 – gtkstatusicon.c: 'event' is a member of the structure
|
||||
|
||||
* gtk/gtkstatusicon.c: Fix the build.
|
||||
|
||||
2008-11-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkimagemenuitem.c: Make it possible to overrule the
|
||||
|
@ -517,7 +517,7 @@ button_callback (gpointer data)
|
||||
{
|
||||
ButtonCallbackData *bc = (ButtonCallbackData *) data;
|
||||
|
||||
if (event->type == GDK_BUTTON_PRESS)
|
||||
if (bc->event->type == GDK_BUTTON_PRESS)
|
||||
gtk_status_icon_button_press (bc->status_icon, bc->event);
|
||||
else
|
||||
gtk_status_icon_button_release (bc->status_icon, bc->event);
|
||||
|
Loading…
Reference in New Issue
Block a user