[Xfce4-commits] [xfce/xfdesktop] 01/01: trivial: Fix compiler warning
noreply at xfce.org
noreply at xfce.org
Mon Mar 2 14:34:24 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit 3179cf1a2e4329a84cffbf5b298ab722a937e52a
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Mon Mar 2 16:24:41 2015 +0300
trivial: Fix compiler warning
We must return a value from the function.
---
src/xfdesktop-icon-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
index 5be473d..36b5660 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -1590,7 +1590,7 @@ xfdesktop_icon_view_drag_drop(GtkWidget *widget,
if(action == 0) {
gtk_drag_finish(context, FALSE, FALSE, time_);
- return;
+ return ret;
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list