comparison src/ui_misc.c @ 1001:d22e21bfd2a3

Consistency: type * instead of type*.
author zas_
date Tue, 26 Aug 2008 22:30:40 +0000
parents c414002a1f27
children 5fc64d6252e7
comparison
equal deleted inserted replaced
1000:4fe8f9656107 1001:d22e21bfd2a3
384 static GtkWidget *real_pref_radiobutton_new(GtkWidget *parent_box, GtkWidget *sibling, 384 static GtkWidget *real_pref_radiobutton_new(GtkWidget *parent_box, GtkWidget *sibling,
385 const gchar *text, gint mnemonic_text, gint active, 385 const gchar *text, gint mnemonic_text, gint active,
386 GCallback func, gpointer data) 386 GCallback func, gpointer data)
387 { 387 {
388 GtkWidget *button; 388 GtkWidget *button;
389 GSList* group; 389 GSList *group;
390 390
391 if (sibling) 391 if (sibling)
392 { 392 {
393 group = gtk_radio_button_get_group(GTK_RADIO_BUTTON(sibling)); 393 group = gtk_radio_button_get_group(GTK_RADIO_BUTTON(sibling));
394 } 394 }