app: can't set the scale combo entry's properties in init() any longer

Set them in constructed() instead.
This commit is contained in:
Michael Natterer 2010-10-19 20:24:43 +02:00
parent 1812012d59
commit f8ef0c71c2
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ gimp_scale_combo_box_constructed (GObject *object)
entry = gtk_bin_get_child (GTK_BIN (combo_box));
g_object_set (entry,
"has-entry", TRUE,
"xalign", 1.0,
"width-chars", 5,
"truncate-multiline", TRUE,