[gtk+/multiroot-filechooser: 23/30] Oops, fix typo
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/multiroot-filechooser: 23/30] Oops, fix typo
- Date: Wed, 6 Oct 2010 18:36:39 +0000 (UTC)
commit aabe7d0086a0befa28991de3970f74e8f51c83fe
Author: Federico Mena Quintero <federico novell com>
Date: Mon Sep 6 15:06:25 2010 -0500
Oops, fix typo
gtk/gtkfilechooserdefault.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c
index 7b05202..9feed47 100644
--- a/gtk/gtkfilechooserdefault.c
+++ b/gtk/gtkfilechooserdefault.c
@@ -3226,7 +3226,7 @@ shortcuts_compute_drop_position (GtkFileChooserDefault *impl,
* "drop into". So, we cook GTK+'s idea of where things should
* be dropped into just "before" or "after".
*/
- if (pos == GTK_TREE_VIEW_DROP_BEFORE || pos == GTK_TREE_VIEW_DROP_INTO_OR_BEFORE)
+ if (*pos == GTK_TREE_VIEW_DROP_BEFORE || *pos == GTK_TREE_VIEW_DROP_INTO_OR_BEFORE)
*pos = GTK_TREE_VIEW_DROP_BEFORE;
else
*pos = GTK_TREE_VIEW_DROP_AFTER;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]