Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-application.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-07 08:55:49 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-07 08:55:49 (GMT)
commit698e8119ca94fd58c3604d4b09b15026dc2415ab (patch)
tree904316970e4183b27339f50383105d1d8dec1b31 /shell/ev-application.c
parentce77a4f44535378342f9393fa16e1d981e981c29 (diff)
[shell] Remove fontconfig lock/unlock when showing the main window
Hopefully it's not needed anymore since there isn't loading text in the view.
Diffstat (limited to 'shell/ev-application.c')
-rw-r--r--shell/ev-application.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/ev-application.c b/shell/ev-application.c
index 497ce21..d6df75d 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -635,13 +635,9 @@ ev_application_open_uri_in_window (EvApplication *application,
timestamp = gdk_x11_get_server_time (gdk_window);
gdk_x11_window_set_user_time (gdk_window, timestamp);
- ev_document_fc_mutex_lock ();
gtk_window_present (GTK_WINDOW (ev_window));
- ev_document_fc_mutex_unlock ();
#else
- ev_document_fc_mutex_lock ();
gtk_window_present_with_time (GTK_WINDOW (ev_window), timestamp);
- ev_document_fc_mutex_unlock ();
#endif /* GDK_WINDOWING_X11 */
}