summaryrefslogtreecommitdiff
path: root/src/glade-window.c
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-07-17 17:54:16 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-08-19 15:49:27 -0300
commit4fced46855d4f947a5dfc28ef238ee35bc02e360 (patch)
treebea5e280bf099b11e3fc8f09ee7408eed090b05c /src/glade-window.c
parent5edf71dc7030aefa3671edc36077d046306624f4 (diff)
downloadglade-4fced46855d4f947a5dfc28ef238ee35bc02e360.tar.gz
Drag&Drop clean up.
Added private _GladeDrag interface. (only used internaly in gladeui) Implemented _GladeDrag in GladePlaceholder GladeWidget GladeDesignView and GladeDesignLayout Added drag-dest property to GladeWidget to enable/disable drag support (used in GtkFixed GtkLayout and GtkOverlay containers) Made GladeInspector a drag source by implementing GtkTreeDragSource interface in GladeProject
Diffstat (limited to 'src/glade-window.c')
-rw-r--r--src/glade-window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glade-window.c b/src/glade-window.c
index 25f9e49c..8fdf4fa5 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -1813,8 +1813,6 @@ on_notebook_tab_added (GtkNotebook *notebook,
gtk_radio_action_get_current_value (GTK_RADIO_ACTION (priv->icons_and_labels_radioaction)));
gtk_notebook_append_page (window->priv->palettes_notebook, palette, NULL);
-
- glade_design_view_set_drag_source (view, glade_palette_get_tool_palette (GLADE_PALETTE (palette)));
if (GPOINTER_TO_INT
(g_object_get_data (G_OBJECT (view), "view-added-while-loading")))