Quell another warning

This commit is contained in:
Matthias Clasen 2011-02-09 09:25:31 -05:00
parent 69745041f8
commit f0fabcd9e4

View File

@ -144,8 +144,8 @@
GAppLaunchContext *context;
GError *error = NULL;
info = (GAppInfo *) g_desktop_app_info_new ("epiphany.desktop");
context = gdk_display_get_app_launch_context (display);
info = (GAppInfo*) g_desktop_app_info_new ("epiphany.desktop");
context = (GAppLaunchContext*) gdk_display_get_app_launch_context (display);
g_app_info_launch (info, NULL, context, &error);
if (error)