changed package section: user/home-applet --> user/accessories
[simple-launcher] / dialog-entry.cc
index 2d8ea5d..7c08961 100644 (file)
@@ -51,9 +51,10 @@ static struct {
        int value;
        const char *name;
 } IconSizes[] = {
-       { 26, "Small (26)" },
-       { 32, "Medium (32)" },
-       { 48, "Large (48)" },
+       { 26, "Extra Small (26)" },
+       { 32, "Small (32)" },
+       { 48, "Medium (48)" },
+       { 54, "Large (54)" },
        { 64, "Extra Large (64)" },
        { -1, NULL }
 };
@@ -70,6 +71,10 @@ SettingsDialogIconSizeEntry::SettingsDialogIconSizeEntry(GConfIntegerOption& opt
                        active = i;
                }
        }
+
+       if (active != -1) {
+               gtk_combo_box_set_active(GTK_COMBO_BOX(myWidget), active);
+       }
 }
 
 void SettingsDialogIconSizeEntry::updateValue() {