]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/popupwin.cpp
Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working...
[wxWidgets.git] / src / gtk1 / popupwin.cpp
index 4e9908879bb0aac8a15ab9567b40bb37a0e5f56f..aa35b7af4b2c1d01d1b309d30ba9573cfb0ea664 100644 (file)
@@ -230,8 +230,8 @@ bool wxPopupWindow::Create( wxWindow *parent, int style )
     gtk_signal_connect( GTK_OBJECT(m_widget), "focus",
         GTK_SIGNAL_FUNC(gtk_dialog_focus_callback), (gpointer)this );
 
-    g_signal_connect (GTK_OBJECT(m_widget), "button_press_event",
-                   G_CALLBACK(gtk_popup_button_press), (gpointer)this );
+    gtk_signal_connect (GTK_OBJECT(m_widget), "button_press_event",
+        GTK_SIGNAL_FUNC(gtk_popup_button_press), (gpointer)this );
         
     return TRUE;
 }