[gimp/gtk3-port: 28/170] app: remove GTK_OBJECT() cast



commit 70553191710cbf1eec8a77ad00fbc6c777a8c8ef
Author: Michael Natterer <mitch gimp org>
Date:   Fri Oct 15 12:29:48 2010 +0200

    app: remove GTK_OBJECT() cast

 app/widgets/gimpbrusheditor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpbrusheditor.c b/app/widgets/gimpbrusheditor.c
index 88875ca..f381704 100644
--- a/app/widgets/gimpbrusheditor.c
+++ b/app/widgets/gimpbrusheditor.c
@@ -155,7 +155,7 @@ gimp_brush_editor_init (GimpBrushEditor *editor)
                                           TRUE, 0.0, 0.0,
                                           NULL, NULL));
 
-  gimp_scale_entry_set_logarithmic (GTK_OBJECT (editor->radius_data), TRUE);
+  gimp_scale_entry_set_logarithmic (editor->radius_data, TRUE);
 
   g_signal_connect (editor->radius_data, "value-changed",
                     G_CALLBACK (gimp_brush_editor_update_brush),



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