[Goodies-commits] r5032 - xfburn/trunk/xfburn

David Mohr squisher at xfce.org
Tue Jul 8 07:23:59 CEST 2008


Author: squisher
Date: 2008-07-08 05:23:59 +0000 (Tue, 08 Jul 2008)
New Revision: 5032

Modified:
   xfburn/trunk/xfburn/xfburn-device-box.c
Log:
Making maximum speed the default

Modified: xfburn/trunk/xfburn/xfburn-device-box.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-device-box.c	2008-07-07 20:20:56 UTC (rev 5031)
+++ xfburn/trunk/xfburn/xfburn-device-box.c	2008-07-08 05:23:59 UTC (rev 5032)
@@ -526,10 +526,11 @@
 
     el = g_slist_next (el);
   }
-  gtk_combo_box_set_active (GTK_COMBO_BOX (priv->combo_speed), gtk_tree_model_iter_n_children (model, NULL) - 1);
 
   gtk_list_store_append (GTK_LIST_STORE (model), &iter_max);
+
   gtk_list_store_set (GTK_LIST_STORE (model), &iter_max, SPEED_TEXT_COLUMN, _("Max"), SPEED_VALUE_COLUMN, 0, -1);
+  gtk_combo_box_set_active (GTK_COMBO_BOX (priv->combo_speed), gtk_tree_model_iter_n_children (model, NULL) - 1);
 }
 
 static void




More information about the Goodies-commits mailing list