]> git.0d.be Git - empathy.git/commit
Initialize libnotify properly to prevent crashes
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 27 Nov 2010 18:35:29 +0000 (18:35 +0000)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 27 Nov 2010 18:44:37 +0000 (18:44 +0000)
commitaa70692e1a16219f2bbda8f129dd2888d1bb6341
tree86ef2c6074ecdc676c7738c12ef765579e885480
parentf2bc65f9bd9c5d47846ff44672a5a50e365d9da7
Initialize libnotify properly to prevent crashes

If libnotify isn't initialized properly the app_name won't be set, causing it
to eventually pass NULL for a string value to GVariant. Which nicely results in
a SEGV.
src/empathy-chat.c