The patch looks weird to me:
- if (g_str_equal (res_name, "evolution"))
+ if (g_strcmp0 (res_name, "evolution"))
g_str_equal() returns TRUE for identical strings, while g_strcmp0()
returns 0 for identical strings, which is considered as "false". I
don't see anywhere in the bug trail the intent to negate the condition.
** Changed in: evolution-indicator (Ubuntu Jaunty)
Status: Fix Committed => Incomplete
--
evolution crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/359658
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs