Index: graveman/current/src/tools.c
diff -u graveman/current/src/tools.c:1.22 graveman/current/src/tools.c:1.23
--- graveman/current/src/tools.c:1.22   Wed May  4 01:31:06 2005
+++ graveman/current/src/tools.c        Wed May  4 14:49:20 2005
@@ -99,7 +99,7 @@
   GtkTreeModel *Lmodel = gtk_combo_box_get_model(GTK_COMBO_BOX(Acombo));
   GtkTreeIter Liter;
   gpointer *Lvalue = NULL;
-  if (!gtk_combo_box_get_active_iter(GTK_COMBO_BOX(Acombo), &Liter)) return 
g_strdup("");
+  if (!gtk_combo_box_get_active_iter(GTK_COMBO_BOX(Acombo), &Liter)) return 
NULL;
 
   gtk_tree_model_get(Lmodel, &Liter, 0, &Lvalue, -1);
 


_______________________________________________
Graveman-cvs mailing list
Graveman-cvs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/graveman-cvs

Reply via email to