summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-24 14:31:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:10 -0500
commit56e4f0db341e31ffa572861e011493d5b7e0ae91 (patch)
tree9241b9e9724e3d0ba9fa78882b6431eb3f16691a
parent52a6067fcb65514ad6ebf44569ce234ba05132df (diff)
downloadsamba-56e4f0db341e31ffa572861e011493d5b7e0ae91.tar.gz
samba-56e4f0db341e31ffa572861e011493d5b7e0ae91.tar.bz2
samba-56e4f0db341e31ffa572861e011493d5b7e0ae91.zip
r4959: fix compiler warning
metze (This used to be commit e849db13dce1233a37c5b175cf8bea0a473ba6d7)
-rw-r--r--source4/gtk/tools/gregedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/gtk/tools/gregedit.c b/source4/gtk/tools/gregedit.c
index 33a3117e3d..6ca7fb653f 100644
--- a/source4/gtk/tools/gregedit.c
+++ b/source4/gtk/tools/gregedit.c
@@ -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));
}