Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-11-02 10:24:58 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-11-02 10:24:58 (GMT)
commit41d936f5cbf3d5686ab6e6c2f8e8fd928a3c86f6 (patch)
tree4120cd055163a980e42775fd7b0aefd026cf1ed0 /ChangeLog
parent0fb3d73b728f2ffcab0364bd2ec19259e73bbf59 (diff)
Move the egg_set_desktop_file() call to main and remove
2008-11-02 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-application.c: (ev_application_init_session): * shell/main.c: (main): Move the egg_set_desktop_file() call to main and remove gtk_window_set_default_icon_name() since it's already called by egg_set_desktop_file() svn path=/trunk/; revision=3250
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb7fb07..9d4cb7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-02 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-application.c: (ev_application_init_session):
+ * shell/main.c: (main):
+
+ Move the egg_set_desktop_file() call to main and remove
+ gtk_window_set_default_icon_name() since it's already called by
+ egg_set_desktop_file()
+
2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org>
* libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):