Stop the emission so that GtkTreeView's handler won't try to poke the
2004-03-09 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb): Stop the emission so that GtkTreeView's handler won't try to poke the filter model. Fixes #136127.
This commit is contained in:
committed by
Federico Mena Quintero
parent
160edfcf63
commit
ace5e30238
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
|
||||||
|
Stop the emission so that GtkTreeView's handler won't try to poke
|
||||||
|
the filter model. Fixes #136127.
|
||||||
|
|
||||||
Tue Mar 9 13:49:14 2004 Owen Taylor <otaylor@redhat.com>
|
Tue Mar 9 13:49:14 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkstyle.c (gtk_paint_polygon): Fix
|
* gtk/gtkstyle.c (gtk_paint_polygon): Fix
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
|
||||||
|
Stop the emission so that GtkTreeView's handler won't try to poke
|
||||||
|
the filter model. Fixes #136127.
|
||||||
|
|
||||||
Tue Mar 9 13:49:14 2004 Owen Taylor <otaylor@redhat.com>
|
Tue Mar 9 13:49:14 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkstyle.c (gtk_paint_polygon): Fix
|
* gtk/gtkstyle.c (gtk_paint_polygon): Fix
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
|
||||||
|
Stop the emission so that GtkTreeView's handler won't try to poke
|
||||||
|
the filter model. Fixes #136127.
|
||||||
|
|
||||||
Tue Mar 9 13:49:14 2004 Owen Taylor <otaylor@redhat.com>
|
Tue Mar 9 13:49:14 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkstyle.c (gtk_paint_polygon): Fix
|
* gtk/gtkstyle.c (gtk_paint_polygon): Fix
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
|
||||||
|
Stop the emission so that GtkTreeView's handler won't try to poke
|
||||||
|
the filter model. Fixes #136127.
|
||||||
|
|
||||||
Tue Mar 9 13:49:14 2004 Owen Taylor <otaylor@redhat.com>
|
Tue Mar 9 13:49:14 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkstyle.c (gtk_paint_polygon): Fix
|
* gtk/gtkstyle.c (gtk_paint_polygon): Fix
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
|
||||||
|
Stop the emission so that GtkTreeView's handler won't try to poke
|
||||||
|
the filter model. Fixes #136127.
|
||||||
|
|
||||||
Tue Mar 9 13:49:14 2004 Owen Taylor <otaylor@redhat.com>
|
Tue Mar 9 13:49:14 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkstyle.c (gtk_paint_polygon): Fix
|
* gtk/gtkstyle.c (gtk_paint_polygon): Fix
|
||||||
|
|||||||
@ -1724,6 +1724,8 @@ shortcuts_drag_data_received_cb (GtkWidget *widget,
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_slist_free (uris);
|
g_slist_free (uris);
|
||||||
|
|
||||||
|
g_signal_stop_emission_by_name (widget, "drag-data-received");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Callback used when the selection in the shortcuts tree changes */
|
/* Callback used when the selection in the shortcuts tree changes */
|
||||||
|
|||||||
Reference in New Issue
Block a user