~indicator-applet-developers/indicator-me/trunk

« back to all changes in this revision

Viewing changes to src/indicator-me.c

  • Committer: Ken VanDine
  • Date: 2011-03-29 20:25:24 UTC
  • mfrom: (138.1.1 indicator-me)
  • Revision ID: ken.vandine@canonical.com-20110329202524-xluiuy3osb7ukegw
Don't fail if we don't get the username (LP: #739319)

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
        g_return_if_fail(status_proxy != NULL);
190
190
 
191
191
        if (error != NULL) {
192
 
                g_error("Could not get the username %s", error->message);
 
192
                g_warning("Could not get the username %s", error->message);
193
193
                g_error_free(error);
194
194
                return;
195
195
        }
217
217
  } else {
218
218
    gtk_widget_hide(GTK_WIDGET(label));
219
219
  }
220
 
 
221
220
}
222
221
 
223
222
static GtkLabel *