[gimp/gtk3-port: 224/226] app: remove GTK_OBJECT() case in GimpPopup



commit 9c2e43ee9dc58addd6921d7dae887e82b7564a54
Author: Michael Natterer <mitch gimp org>
Date:   Tue Jun 10 00:15:55 2014 +0200

    app: remove GTK_OBJECT() case in GimpPopup

 app/widgets/gimppopup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimppopup.c b/app/widgets/gimppopup.c
index 7061f8b..14d6562 100644
--- a/app/widgets/gimppopup.c
+++ b/app/widgets/gimppopup.c
@@ -229,7 +229,7 @@ gimp_popup_key_press (GtkWidget   *widget,
   if (gtk_binding_set_activate (binding_set,
                                 kevent->keyval,
                                 kevent->state,
-                                GTK_OBJECT (widget)))
+                                G_OBJECT (widget)))
     {
       return TRUE;
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]