Put the trash icon on the right for LTR locales, or on the left for RTL.

2004-03-11  Federico Mena Quintero  <federico@ximian.com>

	* gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
	Put the trash icon on the right for LTR locales, or on the left
	for RTL.
	(shortcuts_drag_motion_cb): Cancel the idle handler here as well.
	(shortcuts_drag_leave_cb): Test whether the idle is present.
	(shortcuts_drag_data_received_cb): Ahem, don't assert here.
This commit is contained in:
Federico Mena Quintero 2004-03-12 00:13:16 +00:00 committed by Federico Mena Quintero
parent b4a6705a8c
commit 2de434104e
6 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@
for RTL.
(shortcuts_drag_motion_cb): Cancel the idle handler here as well.
(shortcuts_drag_leave_cb): Test whether the idle is present.
(shortcuts_drag_data_received_cb): Ahem, don't assert here.
Thu Mar 11 17:51:10 2004 Owen Taylor <otaylor@redhat.com>

View File

@ -5,6 +5,7 @@
for RTL.
(shortcuts_drag_motion_cb): Cancel the idle handler here as well.
(shortcuts_drag_leave_cb): Test whether the idle is present.
(shortcuts_drag_data_received_cb): Ahem, don't assert here.
Thu Mar 11 17:51:10 2004 Owen Taylor <otaylor@redhat.com>

View File

@ -5,6 +5,7 @@
for RTL.
(shortcuts_drag_motion_cb): Cancel the idle handler here as well.
(shortcuts_drag_leave_cb): Test whether the idle is present.
(shortcuts_drag_data_received_cb): Ahem, don't assert here.
Thu Mar 11 17:51:10 2004 Owen Taylor <otaylor@redhat.com>

View File

@ -5,6 +5,7 @@
for RTL.
(shortcuts_drag_motion_cb): Cancel the idle handler here as well.
(shortcuts_drag_leave_cb): Test whether the idle is present.
(shortcuts_drag_data_received_cb): Ahem, don't assert here.
Thu Mar 11 17:51:10 2004 Owen Taylor <otaylor@redhat.com>

View File

@ -5,6 +5,7 @@
for RTL.
(shortcuts_drag_motion_cb): Cancel the idle handler here as well.
(shortcuts_drag_leave_cb): Test whether the idle is present.
(shortcuts_drag_data_received_cb): Ahem, don't assert here.
Thu Mar 11 17:51:10 2004 Owen Taylor <otaylor@redhat.com>

View File

@ -2284,7 +2284,6 @@ shortcuts_drag_data_received_cb (GtkWidget *widget,
int bookmarks_index;
impl = GTK_FILE_CHOOSER_DEFAULT (data);
g_assert (impl->shortcuts_drag_outside_idle == NULL);
/* Compute position */