[gnome-commander] Fixed problem #589108 (build error on openSUSE)



commit 7b21efe951abfbcf7da3c548173db2c5a0c28893
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Mon Jul 20 17:52:27 2009 +0200

    Fixed problem #589108 (build error on openSUSE)

 NEWS                      |    3 ++-
 doc/C/gnome-commander.xml |    3 +++
 src/gnome-cmd-convert.cc  |    4 ++++
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8248cfb..fb836a5 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,8 @@ gnome-commander 1.2.9
 ---------------
 
 Bug fixes:
-* Fixed problem #587325 (crash in a clean chroot environment)
+ * Fixed problem #587325 (crash in a clean chroot environment)
+ * Fixed problem #589108 (build error on openSUSE)
 
 New features:
  * New or updated docs: de, es
diff --git a/doc/C/gnome-commander.xml b/doc/C/gnome-commander.xml
index 54db650..920f0f4 100644
--- a/doc/C/gnome-commander.xml
+++ b/doc/C/gnome-commander.xml
@@ -5949,6 +5949,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>
                 <para>New features:</para>
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]