svn commit: samba r4959 - in branches/SAMBA_4_0/source/gtk/tools: .

metze at samba.org metze at samba.org
Mon Jan 24 14:31:23 GMT 2005


Author: metze
Date: 2005-01-24 14:31:19 +0000 (Mon, 24 Jan 2005)
New Revision: 4959

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4959

Log:
fix compiler warning

metze

Modified:
   branches/SAMBA_4_0/source/gtk/tools/gregedit.c


Changeset:
Modified: branches/SAMBA_4_0/source/gtk/tools/gregedit.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/tools/gregedit.c	2005-01-24 14:30:22 UTC (rev 4958)
+++ branches/SAMBA_4_0/source/gtk/tools/gregedit.c	2005-01-24 14:31:19 UTC (rev 4959)
@@ -592,8 +592,8 @@
 										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));
 }
 



More information about the samba-cvs mailing list