Don't start a drag if the treeview is only a drag destination. (#149836,
Wed Aug 11 19:17:28 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): Don't start a drag if the treeview is only a drag destination. (#149836, Pawel Salek)
This commit is contained in:
committed by
Matthias Clasen
parent
2b41c5d460
commit
025b50b977
@@ -1,3 +1,9 @@
|
||||
Wed Aug 11 19:17:28 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):
|
||||
Don't start a drag if the treeview is only a
|
||||
drag destination. (#149836, Pawel Salek)
|
||||
|
||||
2004-08-11 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* configure.in: Added nb to ALL_LINGUAS.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Wed Aug 11 19:17:28 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):
|
||||
Don't start a drag if the treeview is only a
|
||||
drag destination. (#149836, Pawel Salek)
|
||||
|
||||
2004-08-11 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* configure.in: Added nb to ALL_LINGUAS.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Wed Aug 11 19:17:28 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):
|
||||
Don't start a drag if the treeview is only a
|
||||
drag destination. (#149836, Pawel Salek)
|
||||
|
||||
2004-08-11 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* configure.in: Added nb to ALL_LINGUAS.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Wed Aug 11 19:17:28 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):
|
||||
Don't start a drag if the treeview is only a
|
||||
drag destination. (#149836, Pawel Salek)
|
||||
|
||||
2004-08-11 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* configure.in: Added nb to ALL_LINGUAS.
|
||||
|
||||
@@ -5613,7 +5613,7 @@ gtk_tree_view_maybe_begin_dragging_row (GtkTreeView *tree_view,
|
||||
|
||||
di = get_info (tree_view);
|
||||
|
||||
if (di == NULL)
|
||||
if (di == NULL || !di->source_set)
|
||||
goto out;
|
||||
|
||||
if (tree_view->priv->pressed_button < 0)
|
||||
|
||||
Reference in New Issue
Block a user