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

jelmer at samba.org jelmer at samba.org
Wed Sep 22 18:35:15 GMT 2004


Author: jelmer
Date: 2004-09-22 18:35:14 +0000 (Wed, 22 Sep 2004)
New Revision: 2531

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/gtk/tools&rev=2531&nolog=1

Log:
Fix crashbug

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	2004-09-22 18:34:34 UTC (rev 2530)
+++ branches/SAMBA_4_0/source/gtk/tools/gregedit.c	2004-09-22 18:35:14 UTC (rev 2531)
@@ -101,7 +101,7 @@
 		gtk_tree_store_set (store_keys,
 					    &iter, 
 						0,
-						root->hive->name,
+						root->hive->name?root->hive->name:"",
 						1,
 						root,
 						-1);



More information about the samba-cvs mailing list