forked from AuroraMiddleware/gtk
Actually assign PENDING_OP_NONE.
Tue Jan 18 13:56:09 2005 Manish Singh <yosh@gimp.org> * gtk/gtkfilechooserdefault.c (pending_op_queue): Actually assign PENDING_OP_NONE.
This commit is contained in:
parent
3273183d34
commit
fad37a600e
@ -1,3 +1,8 @@
|
||||
Tue Jan 18 13:56:09 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (pending_op_queue): Actually assign
|
||||
PENDING_OP_NONE.
|
||||
|
||||
Tue Jan 18 13:46:46 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 18 13:56:09 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (pending_op_queue): Actually assign
|
||||
PENDING_OP_NONE.
|
||||
|
||||
Tue Jan 18 13:46:46 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 18 13:56:09 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (pending_op_queue): Actually assign
|
||||
PENDING_OP_NONE.
|
||||
|
||||
Tue Jan 18 13:46:46 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids):
|
||||
|
@ -4395,7 +4395,7 @@ pending_op_queue (GtkFileChooserDefault *impl, PendingOp op, const GtkFilePath *
|
||||
if (op == PENDING_OP_SELECT_FIRST &&
|
||||
(impl->action == GTK_FILE_CHOOSER_ACTION_SAVE || impl->action == GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER))
|
||||
{
|
||||
impl->pending_op == PENDING_OP_NONE;
|
||||
impl->pending_op = PENDING_OP_NONE;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user