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_external.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mixgtk/mixgtk_external.c') diff --git a/mixgtk/mixgtk_external.c b/mixgtk/mixgtk_external.c index 534542f..35b902e 100644 --- a/mixgtk/mixgtk_external.c +++ b/mixgtk/mixgtk_external.c @@ -1,7 +1,7 @@ /* -*-c-*- -------------- mixgtk_cmd_dispatcher.c : * Implementation of the functions declared in mixgtk_external.h * ------------------------------------------------------------------ - * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + * Copyright (C) 2006, 2007, 2008, 2009, 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 @@ -95,8 +95,7 @@ init_widgets_ (void) for (k = 0; k < ext_wdg_no; ++k) { - ext_wdg_[k] = mixgtk_widget_factory_get_child_by_name - (MIXGTK_EXTERNPROG_DIALOG, ext_wdg_names_[k]); + ext_wdg_[k] = mixgtk_widget_factory_get_child_by_name (ext_wdg_names_[k]); g_assert (ext_wdg_[k]); } -- cgit v1.2.3