Fix segmentaiton fault due to invalid function prototype
This commit is contained in:
parent
bc2fe92e07
commit
14b1e8e22f
2
main.c
2
main.c
@ -176,7 +176,7 @@ static void gapp_activate(GApplication *app, gpointer user_data)
|
|||||||
* @param app he GApplication reference
|
* @param app he GApplication reference
|
||||||
* @param user_data Used to store the individual GUI instances.
|
* @param user_data Used to store the individual GUI instances.
|
||||||
*/
|
*/
|
||||||
static void gapp_activate_open(GApplication *app, gpointer user_data)
|
static void gapp_activate_open(GApplication *app, GFile** files, gint n_files, const gchar* hint, gpointer user_data)
|
||||||
{
|
{
|
||||||
gapp_activate(app, user_data);
|
gapp_activate(app, user_data);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user