Ted Gould has proposed merging 
lp:~indicator-applet-developers/evolution-indicator/packaging into 
lp:~ubuntu-core-dev/evolution-indicator/ubuntu.

Requested reviews:
    Ubuntu Sponsors for main (ubuntu-main-sponsors): sponsorship/sru

Fix for 
https://bugs.launchpad.net/ubuntu/+source/evolution-indicator/+bug/359658
-- 
https://code.launchpad.net/~indicator-applet-developers/evolution-indicator/packaging/+merge/5745
Your team Indicator Applet Developers is subscribed to branch 
lp:~indicator-applet-developers/evolution-indicator/packaging.
=== modified file 'configure.ac'
--- configure.ac	2009-04-08 15:08:57 +0000
+++ configure.ac	2009-04-21 14:51:07 +0000
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(evolution-indicator, 0.1.13, [])
+AC_INIT(evolution-indicator, 0.1.14, [])
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(src/evolution-indicator.c)
 AM_CONFIG_HEADER(config.h)

=== modified file 'debian/changelog'
--- debian/changelog	2009-04-08 20:52:34 +0000
+++ debian/changelog	2009-04-21 14:51:07 +0000
@@ -1,3 +1,10 @@
+evolution-indicator (0.1.14-0ubuntu1) UNRELEASED; urgency=low
+
+  * Upstream version to change to g_strcmp0 to check for a NULL
+    string and not crash when getting it.  LP: #359658
+
+ -- Ted Gould <[email protected]>  Tue, 21 Apr 2009 09:50:12 -0500
+
 evolution-indicator (0.1.13-0ubuntu1) jaunty; urgency=low
 
   * New upstream version.

=== modified file 'src/evolution-indicator.c'
--- src/evolution-indicator.c	2009-04-07 16:02:08 +0000
+++ src/evolution-indicator.c	2009-04-21 14:28:23 +0000
@@ -121,7 +121,7 @@
 
     _wnck_get_wmclass (xwindow, &res_class, &res_name);
 
-    if (g_str_equal (res_name, "evolution"))
+    if (g_strcmp0 (res_name, "evolution"))
     {
       g_free (res_class);
       g_free (res_name);

_______________________________________________
Mailing list: https://launchpad.net/~dx-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dx-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to