[gimp/gtk3-port: 224/227] app: remove GTK_OBJECT() case in GimpPopup
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 224/227] app: remove GTK_OBJECT() case in GimpPopup
- Date: Tue, 9 Jun 2015 22:27:44 +0000 (UTC)
commit a938b4e71be108e747823dbda2147e1dbbd57aee
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]