evolution r37081 - trunk/e-util
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37081 - trunk/e-util
- Date: Thu, 15 Jan 2009 15:42:17 +0000 (UTC)
Author: mcrha
Date: Thu Jan 15 15:42:17 2009
New Revision: 37081
URL: http://svn.gnome.org/viewvc/evolution?rev=37081&view=rev
Log:
2009-01-15 Milan Crha <mcrha redhat com>
* e-plugin.c: (epl_construct): Compiler warning fix.
Modified:
trunk/e-util/ChangeLog
trunk/e-util/e-plugin.c
Modified: trunk/e-util/e-plugin.c
==============================================================================
--- trunk/e-util/e-plugin.c (original)
+++ trunk/e-util/e-plugin.c Thu Jan 15 15:42:17 2009
@@ -1100,7 +1100,7 @@
tmp = xmlGetProp(root, (const unsigned char *)"load-on-startup");
if (tmp) {
- if (strcmp (tmp, "after-ui") == 0) {
+ if (strcmp ((const char *)tmp, "after-ui") == 0) {
missing_symbols = g_list_prepend (missing_symbols, g_object_ref (ep));
} else {
if (epl_loadmodule(ep, FALSE) != 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]