[gnome-commander] noop: code cleanup
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] noop: code cleanup
- Date: Mon, 1 Aug 2011 22:11:39 +0000 (UTC)
commit b8490b2f0e8f4b76006d70c71a1fc2c60970948b
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Tue Aug 2 00:08:59 2011 +0200
noop: code cleanup
src/gnome-cmd-file-list.cc | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-file-list.cc b/src/gnome-cmd-file-list.cc
index 4ee5636..0a64c59 100644
--- a/src/gnome-cmd-file-list.cc
+++ b/src/gnome-cmd-file-list.cc
@@ -1666,8 +1666,7 @@ inline void add_file_to_clist (GnomeCmdFileList *fl, GnomeCmdFile *f, gint in_ro
}
// If we have been waiting for this file to show up, focus it
- if (fl->priv->focus_later &&
- strcmp (f->get_name(), fl->priv->focus_later) == 0)
+ if (fl->priv->focus_later && strcmp (f->get_name(), fl->priv->focus_later)==0)
focus_file_at_row (fl, row);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]