[gimp/gtk3-port: 57/226] app: can't set the scale combo entry's	properties in init() any longer
- From: Michael Natterer <mitch src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp/gtk3-port: 57/226] app: can't set the scale combo entry's	properties in init() any longer
 
- Date: Mon, 18 Nov 2013 18:53:25 +0000 (UTC)
 
commit ad8661997f67d13b7709e1099e7f9c880b79be36
Author: Michael Natterer <mitch gimp org>
Date:   Tue Oct 19 20:24:43 2010 +0200
    app: can't set the scale combo entry's properties in init() any longer
    
    Set them in constructed() instead.
 app/display/gimpscalecombobox.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/app/display/gimpscalecombobox.c b/app/display/gimpscalecombobox.c
index c93ddf1..40ca369 100644
--- a/app/display/gimpscalecombobox.c
+++ b/app/display/gimpscalecombobox.c
@@ -145,7 +145,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",        7,
                 "truncate-multiline", TRUE,
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]