[gnome-commander] Only return true if mime_exec_single() is executed
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Only return true if mime_exec_single() is executed
- Date: Sat, 23 May 2015 20:25:55 +0000 (UTC)
commit a7239bd930cc840b59cbe2b1fed0a49301a78473
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sat May 23 21:43:52 2015 +0200
Only return true if mime_exec_single() is executed
src/gnome-cmd-file-list.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-file-list.cc b/src/gnome-cmd-file-list.cc
index d46ed16..8f689a2 100644
--- a/src/gnome-cmd-file-list.cc
+++ b/src/gnome-cmd-file-list.cc
@@ -1177,9 +1177,10 @@ inline gboolean mime_exec_file (GnomeCmdFile *f)
if (f->info->type == GNOME_VFS_FILE_TYPE_REGULAR)
{
mime_exec_single (f);
+ return TRUE;
}
+ return FALSE;
- return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]