mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
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:
parent
b4a6705a8c
commit
2de434104e
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user