mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +02:00
gosxappinfo: Fix typo in ifdef
https://bugzilla.gnome.org/show_bug.cgi?id=780300
This commit is contained in:
@@ -300,8 +300,8 @@ get_bundle_for_id (CFStringRef bundle_id)
|
|||||||
CFURLRef app_url;
|
CFURLRef app_url;
|
||||||
NSBundle *bundle;
|
NSBundle *bundle;
|
||||||
|
|
||||||
#ifdef AVAILABLE_MAC_OS_VERSION_10_10_OR_LATER
|
#ifdef AVAILABLE_MAC_OS_X_VERSION_10_10_AND_LATER
|
||||||
CSArrayRef urls = LSCopyApplicationURLsForBundleIdentifier (bundle_id, NULL);
|
CFArrayRef urls = LSCopyApplicationURLsForBundleIdentifier (bundle_id, NULL);
|
||||||
if (urls)
|
if (urls)
|
||||||
{
|
{
|
||||||
/* TODO: if there's multiple, we should perhaps prefer one thats in $HOME,
|
/* TODO: if there's multiple, we should perhaps prefer one thats in $HOME,
|
||||||
|
Reference in New Issue
Block a user