aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin-manager/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-01-11 23:13:47 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-01-11 23:13:47 +0800
commit0859d42faed775ce440ff18ed86e150b3f904424 (patch)
tree8153cbdbc1bb14851251709efe9b463fb6b741d3 /plugins/plugin-manager/ChangeLog
parent6e64a41decc7a94db55b41f4521f63d60d61c5db (diff)
downloadgsoc2013-evolution-0859d42faed775ce440ff18ed86e150b3f904424.tar
gsoc2013-evolution-0859d42faed775ce440ff18ed86e150b3f904424.tar.gz
gsoc2013-evolution-0859d42faed775ce440ff18ed86e150b3f904424.tar.bz2
gsoc2013-evolution-0859d42faed775ce440ff18ed86e150b3f904424.tar.lz
gsoc2013-evolution-0859d42faed775ce440ff18ed86e150b3f904424.tar.xz
gsoc2013-evolution-0859d42faed775ce440ff18ed86e150b3f904424.tar.zst
gsoc2013-evolution-0859d42faed775ce440ff18ed86e150b3f904424.zip
** Fix for bug #502303
2008-01-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #502303 * plugin-manager.c: (eppm_response): Always destroy dialog and unset global variable. * plugin-manager.c: (org_gnome_plugin_manager_manage): Use G_TYPE_POINTER instead of GTK_TYPE_WIDGET in a list store to get rid of reference counting troubles on configuration widgets of plugins. Remember created dialog for future use. svn path=/trunk/; revision=34799
Diffstat (limited to 'plugins/plugin-manager/ChangeLog')
-rw-r--r--plugins/plugin-manager/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/plugin-manager/ChangeLog b/plugins/plugin-manager/ChangeLog
index 2f09d9165e..868fe13f03 100644
--- a/plugins/plugin-manager/ChangeLog
+++ b/plugins/plugin-manager/ChangeLog
@@ -1,3 +1,14 @@
+2008-01-11 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #502303
+
+ * plugin-manager.c: (eppm_response):
+ Always destroy dialog and unset global variable.
+ * plugin-manager.c: (org_gnome_plugin_manager_manage):
+ Use G_TYPE_POINTER instead of GTK_TYPE_WIDGET in a list store
+ to get rid of reference counting troubles on configuration
+ widgets of plugins. Remember created dialog for future use.
+
2008-02-01 Andre Klapper <a9016009@gmx.de>
* plugin-manager.c: (org_gnome_plugin_manager_manage):