summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-03-28 14:50:12 +0200
committerBastien Nocera <hadess@hadess.net>2012-03-28 17:14:07 +0200
commit1a0e860a122a26394016241f7d6b5e8c79beb51d (patch)
tree82ef55c8e99ef21b4a623ec5e5e0d9889999a8bf /browser-plugin
parent401d165a7746dafb3943ee90a386050dab68111f (diff)
downloadtotem-1a0e860a122a26394016241f7d6b5e8c79beb51d.tar.gz
main: Update glib requirements
Now that 2.32 is released
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totem-plugin-viewer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/browser-plugin/totem-plugin-viewer.c b/browser-plugin/totem-plugin-viewer.c
index f0e0d85aa..424e88234 100644
--- a/browser-plugin/totem-plugin-viewer.c
+++ b/browser-plugin/totem-plugin-viewer.c
@@ -2228,10 +2228,6 @@ int main (int argc, char **argv)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
-#if !GLIB_CHECK_VERSION (2, 31, 0)
- g_thread_init (NULL);
-#endif
-
g_set_application_name (_("Movie browser plugin"));
gtk_window_set_default_icon_name ("totem");