~ken-vandine/indicator-me/remove_about_me

« back to all changes in this revision

Viewing changes to src/indicator-me.c

  • Committer: Ken VanDine
  • Date: 2011-04-04 16:47:54 UTC
  • Revision ID: ken.vandine@canonical.com-20110404164754-dx93538pmpj7ejj1
improved the error output when we fail to get a status icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
        g_return_if_fail(status_proxy != NULL);
264
264
 
265
265
        if (error != NULL) {
266
 
                g_warning("Could not get the username %s", error->message);
 
266
                g_warning("Could not get the status icon %s", error->message);
267
267
                g_error_free(error);
268
268
                return;
269
269
        }