examples, tests: Replace deprecations
‘G_APPLICATION_FLAGS_NONE’ is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead.
This commit is contained in:
		| @ -202,7 +202,7 @@ test_app_new (void) | ||||
|  | ||||
|   test_app = g_object_new (test_app_get_type (), | ||||
|                            "application-id", "org.gtk.testlist4", | ||||
|                            "flags", G_APPLICATION_FLAGS_NONE, | ||||
|                            "flags", G_APPLICATION_DEFAULT_FLAGS, | ||||
|                            NULL); | ||||
|  | ||||
|   return test_app; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Akbarkhon Variskhanov
					Akbarkhon Variskhanov