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:
parent
522af7ecc0
commit
e849db13dc
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user