aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
diff options
context:
space:
mode:
authorVeerapuram Varadhan <vvaradan@src.gnome.org>2005-12-06 16:56:23 +0800
committerVeerapuram Varadhan <vvaradan@src.gnome.org>2005-12-06 16:56:23 +0800
commit3c535e87667fe5a78d5231d5eff41f81538d79b5 (patch)
tree0c004f61a8288ed2bfa87070e66cbfe5d68b2466 /widgets/ChangeLog
parentb7c92420df7adf6790ca426475fd45fa4e86782d (diff)
downloadgsoc2013-evolution-3c535e87667fe5a78d5231d5eff41f81538d79b5.tar
gsoc2013-evolution-3c535e87667fe5a78d5231d5eff41f81538d79b5.tar.gz
gsoc2013-evolution-3c535e87667fe5a78d5231d5eff41f81538d79b5.tar.bz2
gsoc2013-evolution-3c535e87667fe5a78d5231d5eff41f81538d79b5.tar.lz
gsoc2013-evolution-3c535e87667fe5a78d5231d5eff41f81538d79b5.tar.xz
gsoc2013-evolution-3c535e87667fe5a78d5231d5eff41f81538d79b5.tar.zst
gsoc2013-evolution-3c535e87667fe5a78d5231d5eff41f81538d79b5.zip
Load the widget pointer before using it. Fixes a compiler warning as well
* menus/gal-view-new-dialog.c (gal_view_new_dialog_set_property): Load the widget pointer before using it. Fixes a compiler warning as well as #313219 svn path=/trunk/; revision=30731
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r--widgets/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index 5243bf6314..d1ff4dcba6 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-06 Veerapuram Varadhan <vvaradhan@novell.com>
+
+ * menus/gal-view-new-dialog.c (gal_view_new_dialog_set_property):
+ Load the widget pointer before using it. Fixes a compiler warning
+ as well as #313219
+
2005-11-29 Simon Zheng <simon.zheng@sun.coma
* menus/gal-view-collection.c: (gal_view_generate_string):