[gimp/gtk3-port: 219/460] app: remove GTK_OBJECT() case in GimpPopup
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 219/460] app: remove GTK_OBJECT() case in GimpPopup
- Date: Sun, 20 May 2018 15:29:58 +0000 (UTC)
commit 9023bee4e89539d85e0f329d920c2798232a921d
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 a0b3e48..3f6c3d9 100644
--- a/app/widgets/gimppopup.c
+++ b/app/widgets/gimppopup.c
@@ -251,7 +251,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]