diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2013-04-18 09:49:09 -0500 |
|---|---|---|
| committer | Charles Kerr <charles.kerr@canonical.com> | 2013-04-18 09:49:09 -0500 |
| commit | 066872fb191ba3b79d1387a10f0b8be948d2d488 (patch) | |
| tree | 5ab2f40bcd236d55d31c71ed53670a2c03da7364 /src | |
| parent | 4bc93061f407194434de187ea55a0317af4b71ac (diff) | |
| download | ayatana-indicator-session-066872fb191ba3b79d1387a10f0b8be948d2d488.tar.gz ayatana-indicator-session-066872fb191ba3b79d1387a10f0b8be948d2d488.tar.bz2 ayatana-indicator-session-066872fb191ba3b79d1387a10f0b8be948d2d488.zip | |
remove unnecessary signal (SIGPIPE, SIG_IGN)
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -66,8 +66,6 @@ main (int argc, char ** argv) GMainLoop * loop; IndicatorSessionService * service; - signal (SIGPIPE, SIG_IGN); - /* boilerplate i18n */ setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); |
