[gimp/cage: 89/130] app: the tool-list and tool-grid views are gone, don't try to open them
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/cage: 89/130] app: the tool-list and tool-grid views are gone, don't try to open them
- Date: Thu, 30 Dec 2010 17:55:28 +0000 (UTC)
commit d5a6a855adb58742ce966855df5623b99085c7af
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]