~oif-team/geis/2.2.9

« back to all changes in this revision

Viewing changes to libutouch-geis/backend/grail/geis_grail_backend.c

  • Committer: Francis Ginther
  • Author(s): Daniel d'Andrada
  • Date: 2012-08-15 17:47:23 UTC
  • Revision ID: francis.ginther@canonical.com-20120815174723-920photk5d8gyywv
Make geis_subscription_deactivate() return success when appropriate

Show diffs side-by-side

added added

removed removed

Lines of Context:
2122
2122
 
2123
2123
      grail_subscription_deactivate(gbe->grail, ugsub);
2124
2124
      geis_subscription_bag_remove(gbe->subscription_bag, subscription);
 
2125
 
 
2126
      status = GEIS_STATUS_SUCCESS;
2125
2127
    }
2126
2128
  }
2127
2129