[gnome-commander/gcmd-1-2-8: 7/9] Fixed problem #589108 (build error on openSUSE)
- From: Piotr Eljasiak <epiotr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-2-8: 7/9] Fixed problem #589108 (build error on openSUSE)
- Date: Mon, 10 Aug 2009 17:37:55 +0000 (UTC)
commit 252059b87bf344d426717aa0e558b7701fb22ab7
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Mon Aug 10 18:10:52 2009 +0200
Fixed problem #589108 (build error on openSUSE)
NEWS | 1 +
doc/C/gnome-commander.xml | 3 +++
src/gnome-cmd-convert.cc | 4 ++++
3 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8db4135..7865ce2 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ gnome-commander 1.2.8.1
Bug fixes:
* Fixed problem #587325 (crash in a clean chroot environment)
+ * Fixed problem #589108 (build error on openSUSE)
===================================
diff --git a/doc/C/gnome-commander.xml b/doc/C/gnome-commander.xml
index c60964d..4846875 100644
--- a/doc/C/gnome-commander.xml
+++ b/doc/C/gnome-commander.xml
@@ -5984,6 +5984,9 @@
<listitem>
<para>Fixed problem #587325 (crash in a clean chroot environment)</para>
</listitem>
+ <listitem>
+ <para>Fixed problem #589108 (build error on openSUSE)</para>
+ </listitem>
</itemizedlist>
</para>
</entry>
diff --git a/src/gnome-cmd-convert.cc b/src/gnome-cmd-convert.cc
index 3752175..38af334 100644
--- a/src/gnome-cmd-convert.cc
+++ b/src/gnome-cmd-convert.cc
@@ -243,6 +243,8 @@ gchar *gcmd_convert_sentence_case (gchar *string)
c == (gunichar) '"' || c == (gunichar) ':' || c == (gunichar) '.' ||
c == (gunichar) '`' || c == (gunichar) '-';
}
+
+ return string;
}
@@ -296,6 +298,8 @@ gchar *gcmd_convert_initial_caps (gchar *string)
i = word;
}
+
+ return string;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]