Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-07-29 12:53:18 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-07-29 12:53:18 (GMT)
commitd111d5e282a9f34f3897f80e490cbdeeb6b8d4ac (patch)
treea41b993046ff1c57c48240b31ab747cf78bb9afd /ChangeLog
parent2dff18c9370c304bddb33580bdf0dd9ac142f1b6 (diff)
Don't use deprecated gtk+ function. See bug #460909.
2007-07-29 Christian Persch <chpe@gnome.org> * shell/ev-window.c: (ev_window_screen_changed): Don't use deprecated gtk+ function. See bug #460909. svn path=/trunk/; revision=2587
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5723fd3..14f6746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-29 Christian Persch <chpe@gnome.org>
+
+ * shell/ev-window.c: (ev_window_screen_changed):
+
+ Don't use deprecated gtk+ function. See bug #460909.
+
2007-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-utils.c: (get_num_monitors):
@@ -5,7 +11,7 @@
Do not use display before initializing it. Remove compile
warnings.
-
+
2007-07-27 Cosimo Cecchi <anarki@lilik.it>
* shell/ev-view.c: (ev_view_class_init):