aboutsummaryrefslogtreecommitdiff
path: root/example/simple-client.c
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-07-13 23:32:15 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-02-02 09:57:36 +0100
commit28d217863f9c72d0ca3f1e16fe7f7da058b43346 (patch)
treeb916af72dd7e3a2bd7d8f1e463e570a80bee2a73 /example/simple-client.c
parentf225dccbd82f48bb1ab10767b9b074e24fedb0f3 (diff)
downloadlibayatana-appindicator-28d217863f9c72d0ca3f1e16fe7f7da058b43346.tar.gz
libayatana-appindicator-28d217863f9c72d0ca3f1e16fe7f7da058b43346.tar.bz2
libayatana-appindicator-28d217863f9c72d0ca3f1e16fe7f7da058b43346.zip
Whitespace fix
Diffstat (limited to 'example/simple-client.c')
-rw-r--r--example/simple-client.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/example/simple-client.c b/example/simple-client.c
index 6d67955..fbea377 100644
--- a/example/simple-client.c
+++ b/example/simple-client.c
@@ -7,16 +7,16 @@ Copyright 2009 Canonical Ltd.
Authors:
Ted Gould <ted@canonical.com>
-This program is free software: you can redistribute it and/or modify it
-under the terms of the GNU General Public License version 3, as published
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License version 3, as published
by the Free Software Foundation.
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranties of
-MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranties of
+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.
-You should have received a copy of the GNU General Public License along
+You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -167,7 +167,7 @@ main (int argc, char ** argv)
app_indicator_set_status (ci, APP_INDICATOR_STATUS_ACTIVE);
app_indicator_set_attention_icon_full(ci, "indicator-messages-new", "System Messages Icon Highlighted");
app_indicator_set_label (ci, "1%", "100%");
- app_indicator_set_title (ci, "Test Inidcator");
+ app_indicator_set_title (ci, "Test Inidcator");
g_signal_connect (ci, "scroll-event",
G_CALLBACK (scroll_event_cb), NULL);