[anjuta] sourceview: missing call to gtk_drag_finish()
- From: Johannes Schmid <jhs src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta] sourceview: missing call to gtk_drag_finish()
- Date: Tue, 15 Sep 2009 22:28:09 +0000 (UTC)
commit 59b5a86fb079c8b51d33865a06e1819bff7cfe49
Author: Johannes Schmid <jhs gnome org>
Date: Wed Sep 16 00:27:57 2009 +0200
sourceview: missing call to gtk_drag_finish()
plugins/sourceview/anjuta-view.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/sourceview/anjuta-view.c b/plugins/sourceview/anjuta-view.c
index e88654b..e0e91c7 100644
--- a/plugins/sourceview/anjuta-view.c
+++ b/plugins/sourceview/anjuta-view.c
@@ -235,6 +235,7 @@ anjuta_view_drag_data_received (GtkWidget *widget,
g_slist_free (files);
gtk_drag_finish (context, TRUE, FALSE, timestamp);
}
+ gtk_drag_finish (context, FALSE, FALSE, timestamp);
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]