1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

r4959: fix compiler warning

metze
This commit is contained in:
Stefan Metzmacher 2005-01-24 14:31:19 +00:00 committed by Gerald (Jerry) Carter
parent 522af7ecc0
commit e849db13dc

View File

@ -592,8 +592,8 @@ static void on_find_activate (GtkMenuItem *menuitem,
gpointer user_data)
{
GtkDialog *findwin = GTK_DIALOG(create_FindDialog());
gint result = gtk_dialog_run(findwin);
/* FIXME */
/*gint result = gtk_dialog_run(findwin);
FIXME */
gtk_widget_destroy(GTK_WIDGET(findwin));
}