e_data_cal_respond_get_attachment_uris: Fix a typo.
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 11 Mar 2013 19:19:58 +0000 (15:19 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 11 Mar 2013 19:19:58 +0000 (15:19 -0400)
Kind of an important typo, but a typo nonetheless...

calendar/libedata-cal/e-data-cal.c

index eeec393..9228b67 100644 (file)
@@ -1827,7 +1827,7 @@ e_data_cal_respond_get_attachment_uris (EDataCal *cal,
        /* Translators: This is prefix to a detailed error message */
        g_prefix_error (&error, "%s", _("Could not retrieve attachment uris: "));
 
-       if (error != NULL) {
+       if (error == NULL) {
                gchar **strv;
                guint length;
                gint ii = 0;