quick-lounge-applet r242 - in trunk: . src



Author: paobac
Date: Mon Feb  2 16:25:31 2009
New Revision: 242
URL: http://svn.gnome.org/viewvc/quick-lounge-applet?rev=242&view=rev

Log:
2009-02-02  Paolo Bacchilega  <paobac svn gnome org>

	* src/file-utils.h: 	
	* src/file-utils.c: added missing declaration.


Modified:
   trunk/ChangeLog
   trunk/src/file-utils.c
   trunk/src/file-utils.h

Modified: trunk/src/file-utils.c
==============================================================================
--- trunk/src/file-utils.c	(original)
+++ trunk/src/file-utils.c	Mon Feb  2 16:25:31 2009
@@ -613,10 +613,11 @@
 _g_key_file_get_locale_string (GKeyFile    *file,
 			       const char  *group_name,
                                const char  *key,
-                               const char **languages,
+                               char       **languages,
                                GError     **error)
 {
 	char *value = NULL;
+	int   i;
 	
 	for (i = 0; (value == NULL) && (languages[i] != NULL); i++) {
 		const char *locale;

Modified: trunk/src/file-utils.h
==============================================================================
--- trunk/src/file-utils.h	(original)
+++ trunk/src/file-utils.h	Mon Feb  2 16:25:31 2009
@@ -69,7 +69,7 @@
 char *              _g_key_file_get_locale_string (GKeyFile          *file,
 						   const char        *group_name,
                                                    const char        *key,
-                                                   const char       **languages,
+                                                   char             **languages,
                                                    GError            **error);
 gboolean            _g_desktop_entry_equal        (GKeyFile          *file1,
 						   GKeyFile          *file2);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]