[maemo-commits] [maemo-commits] r16145 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 17 11:06:38 EEST 2008
- Previous message: [maemo-commits] r16144 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon daemon/plugins
- Next message: [maemo-commits] r16146 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof
Date: 2008-09-17 11:06:37 +0300 (Wed, 17 Sep 2008)
New Revision: 16145
Modified:
projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c
Log:
Renamed the overrides file
Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c 2008-09-17 08:05:59 UTC (rev 16144)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c 2008-09-17 08:06:37 UTC (rev 16145)
@@ -136,7 +136,7 @@
GFileInfo *info;
GFile *file;
- if (strcmp (fullfilen, "override") == 0) {
+ if (strcmp (fullfilen, "overrides") == 0) {
has_override = TRUE;
g_free (fullfilen);
continue;
@@ -208,7 +208,7 @@
if (has_override) {
GKeyFile *keyfile;
- gchar *fullfilen = g_build_filename (path, "override", NULL);
+ gchar *fullfilen = g_build_filename (path, "overrides", NULL);
guint length;
keyfile = g_key_file_new ();
- Previous message: [maemo-commits] r16144 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon daemon/plugins
- Next message: [maemo-commits] r16146 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
