~autopilot/autopilot-gtk/experimental

« back to all changes in this revision

Viewing changes to lib/GtkNode.cpp

  • Committer: Thomi Richards
  • Date: 2013-08-20 06:03:35 UTC
  • Revision ID: thomi.richards@canonical.com-20130820060335-lhdkko2g7r5zoh9k
update to match new node interface in xpathselect.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
}
293
293
 
294
294
bool GtkNode::MatchIntegerProperty(const std::string& name,
295
 
                                  int value) const {
 
295
                                  int32_t value) const {
296
296
  if (name == "id")
297
297
    return value == GetObjectId();
298
298