[gimp/gtk3-port: 20/230] app: get rid of a GTK_OBJECT() cast
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 20/230] app: get rid of a GTK_OBJECT() cast
- Date: Fri, 30 May 2014 00:43:38 +0000 (UTC)
commit 4b948c2336c846eadf32682cb11e5be0450040ef
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 876e4ca..96455fd 100644
--- a/app/widgets/gimpcontainerpopup.c
+++ b/app/widgets/gimpcontainerpopup.c
@@ -301,7 +301,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]