Merge lp://staging/~mitya57/libappindicator/test-simple-app into lp://staging/libappindicator/16.10
Proposed by
Dmitry Shachnev
Status: | Merged |
---|---|
Merged at revision: | 274 |
Proposed branch: | lp://staging/~mitya57/libappindicator/test-simple-app |
Merge into: | lp://staging/libappindicator/16.10 |
Diff against target: |
48 lines (+12/-12) 1 file modified
tests/test-simple-app.c (+12/-12) |
To merge this branch: | bzr merge lp://staging/~mitya57/libappindicator/test-simple-app |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alberts Muktupāvels | Approve | ||
Ted Gould | Pending | ||
Review via email: mp+304948@code.staging.launchpad.net |
This proposal supersedes a proposal from 2015-06-27.
Commit message
Make test-simple-app really working.
Description of the change
The previous version of the simple test application was crashing with SIGSEGV in g_object_new call. This one seems to actually work.
To post a comment you must log in.
I probably would use gtk_menu_ shell_append not gtk_menu_attach, but that should not be problem.
Code looks good, but I did not test it.