- GdkFont *font = m_widget->style->font;
- int len = 27+gdk_string_measure( font, choices[i] );
- if (len > max) max = len;
- }
-
- GSList *radio_button_group = (GSList *) NULL;
- for (int i = 0; i < n; i++)
- {
- if (i) radio_button_group = gtk_radio_button_group( GTK_RADIO_BUTTON(m_radio) );
+ int max = 0;
+ for (int i = 0; i < n; i++)
+ {
+ GdkFont *font = m_widget->style->font;
+ int len = 27+gdk_string_measure( font, choices[i] );
+ if (len > max) max = len;
+ }
+
+ GSList *radio_button_group = (GSList *) NULL;
+ for (int i = 0; i < n; i++)
+ {
+ if (i) radio_button_group = gtk_radio_button_group( GTK_RADIO_BUTTON(m_radio) );