Merge lp://staging/~seb128/indicator-messages/newer-libglib-deprecations into lp://staging/indicator-messages
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 462 | ||||
Proposed branch: | lp://staging/~seb128/indicator-messages/newer-libglib-deprecations | ||||
Merge into: | lp://staging/indicator-messages | ||||
Diff against target: |
211 lines (+23/-28) 2 files modified
src/im-accounts-service.c (+9/-13) src/indicator-desktop-shortcuts.c (+14/-15) |
||||
To merge this branch: | bzr merge lp://staging/~seb128/indicator-messages/newer-libglib-deprecations | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sebastien Bacher | Approve | ||
Iain Lane (community) | Needs Fixing | ||
Review via email: mp+372751@code.staging.launchpad.net |
Commit message
* src/im-
- don't use deprecated g_type_
current libglib version
Description of the change
* src/im-
- don't use deprecated g_type_
current libglib version
the castings were added to fix those warnings/errors
indicator-
G_DEFINE_
Thanks for fixing this. Mostly good, but just one comment about the proper (GLib) way to do those casts, then feel free to land this yourself. :)