# HG changeset patch # User Eric Warmenhoven # Date 1001633363 0 # Node ID 466b29d35b85fad1929caf9f7565315e48e47747 # Parent b31f0edaf48d8e166ddc6b66bbe31513357824ea [gaim-migrate @ 2390] thanks decklin committer: Tailor Script diff -r b31f0edaf48d -r 466b29d35b85 src/dialogs.c --- a/src/dialogs.c Thu Sep 27 22:48:16 2001 +0000 +++ b/src/dialogs.c Thu Sep 27 23:29:23 2001 +0000 @@ -4009,6 +4009,8 @@ gtk_widget_show_all(rename_bud_dialog); } +#ifdef USE_PERL + static GtkWidget *perl_config = NULL; static char *perl_last_dir = NULL; @@ -4081,3 +4083,5 @@ gtk_widget_show(perl_config); gdk_window_raise(perl_config->window); } + +#endif /* USE_PERL */