graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/src/tools.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/tools.c
Date: Wed, 04 May 2005 10:49:21 -0400

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);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]