Merge lp:~dobey/ubuntuone-client/gtk-hates-me into lp:ubuntuone-client

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 990
Merged at revision: 990
Proposed branch: lp:~dobey/ubuntuone-client/gtk-hates-me
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
nautilus/test-contacts-picker.c (+1/-1)
To merge this branch: bzr merge lp:~dobey/ubuntuone-client/gtk-hates-me
Reviewer Review Type Date Requested Status
Eric Casteleijn (community) Approve
Natalia Bidart (community) Approve
Review via email: mp+61645@code.launchpad.net

Commit message

Remove a deprecated flag from the test-contacts-picker code

Description of the change

Another deprecated thing that wasn't caught by building with CFLAGS="-DGTK_DISAABLE_DEPRECATED" because it's inside an enum. :-/

To post a comment you must log in.
Revision history for this message
Natalia Bidart (nataliabidart) :
review: Approve
Revision history for this message
Eric Casteleijn (thisfred) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'nautilus/test-contacts-picker.c'
2--- nautilus/test-contacts-picker.c 2010-10-07 14:19:53 +0000
3+++ nautilus/test-contacts-picker.c 2011-05-19 19:16:27 +0000
4@@ -77,7 +77,7 @@
5 /* Create the main window */
6 window = gtk_dialog_new_with_buttons ("Test contacts picker",
7 NULL,
8- GTK_DIALOG_NO_SEPARATOR,
9+ 0,
10 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
11 GTK_STOCK_OK, GTK_RESPONSE_OK,
12 NULL);

Subscribers

People subscribed via source and target branches