systray: fixed wrong struct initializer.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 19 Jul 2014 16:59:31 +0000 (01:59 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 19 Jul 2014 16:59:31 +0000 (01:59 +0900)
commit8d74e140c45eba58d89b8a0474ef7d504a4a2e93
treec7e632508ceef1cbd34889c5cdfb21b2c857e6fb
parentfb09956f867f562f3758817aa7369751a5bc6d4c
systray: fixed wrong struct initializer.

This fixes the following build warning.

elm_systray.c:294:1: warning: excess elements in struct initializer
[enabled by default]
elm_systray.c:294:1: warning: (near initialization for '_iface_desc')
[enabled by default]
legacy/elementary/src/lib/elm_systray.c