summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-11-11 18:24:57 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-11-11 18:24:57 +0000
commit355ff9066ed2254922ec9a80e0e48577544a266d (patch)
tree8f493b238195535b964838f88b9d2ff634c90c93 /ChangeLog
parentd15076b6c48e5692765b16ad727c79b0e611da7d (diff)
downloadlibwnck-355ff9066ed2254922ec9a80e0e48577544a266d.tar.gz
remove dead conditions. Patch by Roland Bär <roland@verifysoft.de>. Fix
2007-11-11 Vincent Untz <vuntz@gnome.org> * libwnck/screen.c: (update_viewport_settings): remove dead conditions. Patch by Roland Bär <roland@verifysoft.de>. Fix bug #494077. svn path=/trunk/; revision=1504
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0977f0..6c978f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-11-11 Vincent Untz <vuntz@gnome.org>
+ * libwnck/screen.c: (update_viewport_settings): remove dead
+ conditions.
+ Patch by Roland Bär <roland@verifysoft.de>. Fix bug #494077.
+
+2007-11-11 Vincent Untz <vuntz@gnome.org>
+
* libwnck/util.c: (wnck_pid_read_resource_usage_fill_cache): correctly
initialize some variables.
Patch by Roland Bär <roland@verifysoft.de>. Fix bug #494077.