diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-06-24 18:44:32 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-06-24 18:44:32 +0800 |
commit | f0d85c8bf784355ec06bb069f942fe7a68222fd7 (patch) | |
tree | 489d500f626efaa50c7255e5c3ea2f1bb00fb55b | |
parent | e17c567a5187a5305dc4171d8f3ac88a82b03959 (diff) | |
download | gsoc2013-evolution-f0d85c8bf784355ec06bb069f942fe7a68222fd7.tar gsoc2013-evolution-f0d85c8bf784355ec06bb069f942fe7a68222fd7.tar.gz gsoc2013-evolution-f0d85c8bf784355ec06bb069f942fe7a68222fd7.tar.bz2 gsoc2013-evolution-f0d85c8bf784355ec06bb069f942fe7a68222fd7.tar.lz gsoc2013-evolution-f0d85c8bf784355ec06bb069f942fe7a68222fd7.tar.xz gsoc2013-evolution-f0d85c8bf784355ec06bb069f942fe7a68222fd7.tar.zst gsoc2013-evolution-f0d85c8bf784355ec06bb069f942fe7a68222fd7.zip |
Set load-on-startup to true.
svn path=/trunk/; revision=29579
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 3 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 04fd1354d8..7d8eb93844 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,6 @@ +2005-06-24 Sushma Rai <rsushma@novell.com> + + * org-gnome-groupwise-features.eplug.xml: Set load-on-startup. 2005-06-18 Tor Lillqvist <tml@novell.com> * org-gnome-groupwise-features.eplug.xml: Use SOEXT. diff --git a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml index cf4f8a75ff..327b996e02 100644 --- a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml +++ b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <e-plugin-list> <e-plugin id="org.gnome.evolution.groupwise_features" type="shlib" _name="Groupwise Features" - location="@PLUGINDIR@/liborg-gnome-groupwise-features@SOEXT@"> + location="@PLUGINDIR@/liborg-gnome-groupwise-features@SOEXT@" load-on-startup="true"> <author name="Sivaiah Nallagatla" email="snallagatla@novell.com" /> <author name="Vivek Jain" email="jvivek@novell.com" /> <author name="Chenthill Palanisamy" email="pchenthill@novell.com"/> |