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

This commit is contained in:
Michael Natterer 2010-11-26 10:44:46 +01:00
parent bbe0e757b8
commit b1106845d4
1 changed files with 0 additions and 5 deletions

View File

@ -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),