diff options
author | Robert Tari <robert@tari.in> | 2022-07-15 23:37:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-02 09:57:36 +0100 |
commit | 694ab4eec294a93358f78a349c6df94c3b666126 (patch) | |
tree | d9a654fd20e9e75935c450b115076099eb99b857 /example | |
parent | 0231964daf69d1043ef35de3ff1a5a906cbcc244 (diff) | |
download | libayatana-appindicator-694ab4eec294a93358f78a349c6df94c3b666126.tar.gz libayatana-appindicator-694ab4eec294a93358f78a349c6df94c3b666126.tar.bz2 libayatana-appindicator-694ab4eec294a93358f78a349c6df94c3b666126.zip |
Fix all remaining build warnings
Diffstat (limited to 'example')
-rw-r--r-- | example/simple-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/simple-client.c b/example/simple-client.c index 9155257..78a560d 100644 --- a/example/simple-client.c +++ b/example/simple-client.c @@ -169,7 +169,7 @@ main (int argc, char ** argv) "indicator-messages", APP_INDICATOR_CATEGORY_APPLICATION_STATUS); - g_assert (IS_APP_INDICATOR (ci)); + g_assert (APP_IS_INDICATOR (ci)); g_assert (G_IS_OBJECT (ci)); app_indicator_set_status (ci, APP_INDICATOR_STATUS_ACTIVE); |