[gtk+/wip/colorchooser-v2: 49/77] color-editor: don't call gtk_color_swatch_set_corner_radii()



commit 81d72cd6fc071e1ac548a19cc6544d3f5300473d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Feb 8 17:35:59 2012 -0500

    color-editor: don't call gtk_color_swatch_set_corner_radii()
    
    It's going away.

 gtk/gtkcoloreditor.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcoloreditor.c b/gtk/gtkcoloreditor.c
index 8a9c21c..404b2b3 100644
--- a/gtk/gtkcoloreditor.c
+++ b/gtk/gtkcoloreditor.c
@@ -406,7 +406,6 @@ gtk_color_editor_init (GtkColorEditor *editor)
   /* Construct the main UI */
   editor->priv->swatch = swatch = gtk_color_swatch_new ();
   gtk_widget_set_sensitive (swatch, FALSE);
-  gtk_color_swatch_set_corner_radii (GTK_COLOR_SWATCH (swatch), 2, 2, 2, 2);
 
   editor->priv->entry = entry = gtk_entry_new ();
   g_signal_connect (entry, "activate", G_CALLBACK (entry_apply), editor);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]