~ubuntu-branches/ubuntu/oneiric/libgnome-keyring/oneiric-201109181305

« back to all changes in this revision

Viewing changes to library/gkr-operation.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-03-22 11:21:59 UTC
  • Revision ID: james.westby@ubuntu.com-20110322112159-yovgmk1navv2n6l7
Tags: 2.32.0-1ubuntu2
* debian/patches/git-clean-assertion.patch:
  - git backport to fix an bogus assertion call (lp: #738837)

Show diffs side-by-side

added added

removed removed

Lines of Context:
398
398
                        if (op->pending == pending) {
399
399
                                g_return_val_if_fail (dbus_pending_call_get_completed (pending), BROKEN);
400
400
                                on_pending_call_notify (pending, op);
401
 
                                g_assert (op->pending != pending);
402
401
                        }
403
402
                } else if (op->prompting) {
404
403
                        dbus_connection_flush (op->conn);