~ubuntu-branches/ubuntu/oneiric/indicator-session/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/session-dbus.c

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2011-04-14 16:06:04 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110414160604-qgr6lovi610g9xl0
Tags: 0.2.17-0ubuntu1
* New upstream release.
  * Don't die if we can't send an image update (LP: #747818)

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
                                               &error);
248
248
 
249
249
                if (error != NULL) {
250
 
                        g_error("Unable to send IconUpdated signal: %s", error->message);
 
250
                        g_warning("Unable to send IconUpdated signal: %s", error->message);
251
251
                        g_error_free(error);
252
252
                        return;
253
253
                }