[xiph-commits] r12247 - trunk/sushivision
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed Dec 27 20:37:55 PST 2006
Author: xiphmont
Date: 2006-12-27 20:37:54 -0800 (Wed, 27 Dec 2006)
New Revision: 12247
Modified:
trunk/sushivision/panel-2d.c
Log:
Oops, left a testing hack in the mapping dropdown...
Modified: trunk/sushivision/panel-2d.c
===================================================================
--- trunk/sushivision/panel-2d.c 2006-12-28 04:29:26 UTC (rev 12246)
+++ trunk/sushivision/panel-2d.c 2006-12-28 04:37:54 UTC (rev 12247)
@@ -1271,7 +1271,7 @@
GtkWidget *menu=gtk_combo_box_new_markup();
int j;
for(j=0;j<num_mappings();j++)
- gtk_combo_box_append_text (GTK_COMBO_BOX (menu), "<i>testing</i>");//mapping_name(j));
+ gtk_combo_box_append_text (GTK_COMBO_BOX (menu), mapping_name(j));
gtk_combo_box_set_active(GTK_COMBO_BOX(menu),0);
g_signal_connect (G_OBJECT (menu), "changed",
G_CALLBACK (mapchange_callback_2d), p->objective_list+i);
More information about the commits
mailing list