evolution r35225 - trunk/e-util
- From: psankar svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35225 - trunk/e-util
- Date: Thu, 20 Mar 2008 06:39:37 +0000 (GMT)
Author: psankar
Date: Thu Mar 20 06:39:37 2008
New Revision: 35225
URL: http://svn.gnome.org/viewvc/evolution?rev=35225&view=rev
Log:
2008-03-20 Sankar P <psankar novell com>
* e-plugin.c: (ep_load):
Changed a stupid conditional statement,
in the previous commit.
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 Mar 20 06:39:37 2008
@@ -412,7 +412,7 @@
/* README: May be we can use load_levels to achieve the same thing.
But it may be confusing for a plugin writer */
is_system_plugin = e_plugin_xml_prop (root, "system_plugin");
- if (is_system_plugin && strcmp (is_system_plugin, "true"))
+ if (is_system_plugin && !strcmp (is_system_plugin, "true"))
ep->flags |= E_PLUGIN_FLAGS_SYSTEM_PLUGIN;
else
ep->flags &= ~E_PLUGIN_FLAGS_SYSTEM_PLUGIN;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]