application: return a value

This commit is contained in:
Benjamin Otte 2012-01-07 15:56:26 +01:00
parent 700a334d87
commit f6d2f4fa8d

View File

@ -1444,6 +1444,8 @@ gtk_application_end_session (GtkApplication *application,
NULL, NULL, NULL);
break;
}
return TRUE;
}
#else