[gtk+] color-editor: don't call gtk_color_swatch_set_corner_radii()



commit 73944c6e811833a2503433448b41adb4995aaa5a
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]