[gimp/gtk3-port: 26/236] app: get rid of a GTK_OBJECT() cast



commit e04d2d46a3c1f030bbd0fae728880526d6e5a6f1
Author: Michael Natterer <mitch gimp org>
Date:   Fri Oct 15 13:23:44 2010 +0200

    app: get rid of a GTK_OBJECT() cast

 app/widgets/gimpcontainerpopup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpcontainerpopup.c b/app/widgets/gimpcontainerpopup.c
index fabe1a5..604bf95 100644
--- a/app/widgets/gimpcontainerpopup.c
+++ b/app/widgets/gimpcontainerpopup.c
@@ -297,7 +297,7 @@ gimp_container_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]