From 828ce747d2263dfed13325feac25bc5b1ad83e9b Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 12 Jan 2019 22:16:59 +0000 Subject: Mirgration to GTK+3: widget lookup fixes --- mixgtk/mixgtk_widgets.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'mixgtk/mixgtk_widgets.h') diff --git a/mixgtk/mixgtk_widgets.h b/mixgtk/mixgtk_widgets.h index e1c7ec3..7c5a42d 100644 --- a/mixgtk/mixgtk_widgets.h +++ b/mixgtk/mixgtk_widgets.h @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- mixgtk_widgets.h : * glade-based factory of mixvm widgets * ------------------------------------------------------------------ - * Copyright (C) 2001, 2004, 2006, 2007 Free Software Foundation, Inc. + * Copyright (C) 2001, 2004, 2006, 2007, 2019 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -94,8 +94,6 @@ mixgtk_widget_factory_get (mixgtk_dialog_id_t dlg, mixgtk_widget_id_t widget); /* Get a widget by name */ extern GtkWidget * -mixgtk_widget_factory_get_child_by_name (mixgtk_dialog_id_t dlg, - const gchar *name); +mixgtk_widget_factory_get_child_by_name (const gchar *name); #endif /* MIXGTK_WIDGETS_H */ - -- cgit v1.2.3