~joel-auterson/ubuntu/maverick/ibus/newmenuname

« back to all changes in this revision

Viewing changes to src/ibusattribute.c

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-10-05 20:45:18 UTC
  • mfrom: (1.1.5 upstream) (6.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20091005204518-069vlwrl3r8v7bbr
Tags: 1.2.0.20090927-2
* create po template when build (LP: #188690)
  - debian/rules: updated.
  - debian/clean: remove pot file when clean.
* debian/control: build depends on python-rsvg (LP: #432375)

Show diffs side-by-side

added added

removed removed

Lines of Context:
362
362
        ibus_message_iter_next (&array_iter);
363
363
 
364
364
        ibus_attr_list_append (attr_list, attr);
 
365
        g_object_unref (attr);
365
366
    }
366
367
 
367
368
    ibus_message_iter_next (iter);
417
418
    g_return_if_fail (IBUS_IS_ATTR_LIST (attr_list));
418
419
    g_return_if_fail (IBUS_IS_ATTRIBUTE (attr));
419
420
 
 
421
    g_object_ref (attr);
420
422
    g_array_append_val (attr_list->attributes, attr);
421
423
}
422
424