[gimp] app: the tool-list and tool-grid views are gone, don't try to open them



commit b1106845d48fcf8a5940feed0af523c8d26e21c4
Author: Michael Natterer <mitch gimp org>
Date:   Fri Nov 26 10:44:46 2010 +0100

    app: the tool-list and tool-grid views are gone, don't try to open them

 app/widgets/gimpdevicestatus.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/app/widgets/gimpdevicestatus.c b/app/widgets/gimpdevicestatus.c
index de274a3..153a6ca 100644
--- a/app/widgets/gimpdevicestatus.c
+++ b/app/widgets/gimpdevicestatus.c
@@ -288,15 +288,10 @@ gimp_device_status_device_add (GimpContainer    *devices,
 
   entry->tool = gimp_prop_view_new (G_OBJECT (context), "tool",
                                     context, CELL_SIZE);
-  GIMP_VIEW (entry->tool)->clickable = TRUE;
   gtk_table_attach (GTK_TABLE (entry->table), entry->tool,
                     1, 2, 1, 2, 0, 0, 0, 0);
   gtk_widget_show (entry->tool);
 
-  g_signal_connect (entry->tool, "clicked",
-                    G_CALLBACK (gimp_device_status_view_clicked),
-                    "gimp-tool-list|gimp-tool-grid");
-
   /*  the foreground color  */
 
   entry->foreground = gimp_prop_color_area_new (G_OBJECT (context),



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