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:
Manish Singh 2005-01-18 21:57:40 +00:00 committed by Manish Singh
parent 3273183d34
commit fad37a600e
4 changed files with 16 additions and 1 deletions

View File

@ -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):

View File

@ -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):

View File

@ -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):

View File

@ -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;
}