[gnome-commander] Typo fix
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Typo fix
- Date: Mon, 7 Nov 2011 22:51:03 +0000 (UTC)
commit 3eb8ae58fb3513c314dcbad7a8569625b96fee58
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Mon Nov 7 23:28:19 2011 +0100
Typo fix
src/gnome-cmd-data.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index 0a4a4a8..37ee927 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -1627,7 +1627,7 @@ void GnomeCmdData::save()
{
xml << XML::tag("Directories");
- for (GList *i=gnome_cmd_con_get_dir_history (priv->con_list->get_home())->ents; i; i=i=i->next)
+ for (GList *i=gnome_cmd_con_get_dir_history (priv->con_list->get_home())->ents; i; i=i->next)
xml << XML::tag("Directory") << XML::attr("path") << XML::escape((const gchar *) i->data) << XML::endtag();
xml << XML::endtag("Directories");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]