comparison src/layout_config.c @ 1000:4fe8f9656107

For the sake of consistency, use glib basic types everywhere.
author zas_
date Tue, 26 Aug 2008 22:22:51 +0000
parents 985fdfebd89e
children 1646720364cf
comparison
equal deleted inserted replaced
999:bbed8e9a5d33 1000:4fe8f9656107
364 pref_label_new(lc->box, _("(drag to change order)")); 364 pref_label_new(lc->box, _("(drag to change order)"));
365 365
366 return lc->box; 366 return lc->box;
367 } 367 }
368 368
369 static char num_to_text_char(gint n) 369 static gchar num_to_text_char(gint n)
370 { 370 {
371 switch (n) 371 switch (n)
372 { 372 {
373 case 1: 373 case 1:
374 return '2'; 374 return '2';