gnome-commander r2103 - branches/gcmd-1-3/src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r2103 - branches/gcmd-1-3/src
- Date: Tue, 23 Sep 2008 21:52:47 +0000 (UTC)
Author: epiotr
Date: Tue Sep 23 21:52:47 2008
New Revision: 2103
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2103&view=rev
Log:
Revert bug introduced in rev. #2098
Modified:
branches/gcmd-1-3/src/gnome-cmd-file-list.h
Modified: branches/gcmd-1-3/src/gnome-cmd-file-list.h
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-list.h (original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-list.h Tue Sep 23 21:52:47 2008
@@ -168,7 +168,7 @@
inline gboolean GnomeCmdFileList::has_file(const GnomeCmdFile *f)
{
- g_list_index (get_visible_files(), f) != -1;
+ return g_list_index (get_visible_files(), f) != -1;
}
inline GnomeCmdFile *GnomeCmdFileList::get_selected_file()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]