aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-01-20 14:08:05 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-01-20 14:08:05 +0000
commitc01c9969994ed803dec9995c494fd5084f43253a (patch)
tree879978007c658ee2895d5edd43a7a3b121184cf0 /gtk
parent1e6ce19f799b3c4e71f5fe365d282f0dc9e9c6eb (diff)
Trying to get buildbot Windows-XP-x86 to build again.
Reverting GTK2 to GTK1.2 functionname svn path=/trunk/; revision=20508
Diffstat (limited to 'gtk')
-rw-r--r--gtk/dlg_utils.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/gtk/dlg_utils.c b/gtk/dlg_utils.c
index e79541caaf..2107ac8058 100644
--- a/gtk/dlg_utils.c
+++ b/gtk/dlg_utils.c
@@ -29,26 +29,12 @@
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
-#if 0
-#include <epan/filesystem.h>
-#endif
-
-#if 0
-#include "globals.h"
-#endif
-
#include "gtkglobals.h"
#include "gui_utils.h"
#include "dlg_utils.h"
#include "compat_macros.h"
-#if 0
-#include "main.h"
-#endif
#include <string.h>
-#if 0
-#include <stdio.h>
-#endif
#include <stdarg.h>
static void
@@ -83,7 +69,7 @@ dlg_button_focus_nth(GtkWidget *hbox, gint focus_item) {
return;
button_hbox = OBJECT_GET_DATA(hbox, BUTTON_HBOX_KEY);
- children = gtk_container_get_children(GTK_CONTAINER(button_hbox));
+ children = gtk_container_children(GTK_CONTAINER(button_hbox));
while (children) {
if (cur_item == focus_item) {