Commit 489a320c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

gtk: safe but pointless reference to psz_object_name

parent bade53fb
......@@ -169,7 +169,7 @@ static void* GtkMain( vlc_object_t *p_this )
#endif
#if defined(MODULE_NAME_IS_gnome_main)
gnome_init( p_this->p_libvlc->psz_object_name, VERSION, i_args, p_args );
gnome_init( PACKAGE, VERSION, i_args, p_args );
#elif defined(MODULE_NAME_IS_gnome2_main)
gnome_program_init( PACKAGE, VERSION, LIBGNOMEUI_MODULE,
i_args, p_args,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment