[gimp/gtk3-port: 224/234] 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/234] app: remove GTK_OBJECT() case in GimpPopup
- Date: Wed, 30 Mar 2016 21:20:50 +0000 (UTC)
commit d563b06cfc7bbd5ba57ac53c4204787d8c1e19c1
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 08417f8..879542b 100644
--- a/app/widgets/gimppopup.c
+++ b/app/widgets/gimppopup.c
@@ -232,7 +232,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]