Merge lp:~tuxator/midori/version-bump-cleanup into lp:midori

Proposed by Paweł Forysiuk
Status: Merged
Approved by: André Stösel
Approved revision: 6229
Merged at revision: 6229
Proposed branch: lp:~tuxator/midori/version-bump-cleanup
Merge into: lp:midori
Diff against target: 33 lines (+0/-11)
2 files modified
extensions/cookie-permissions/cookie-permission-manager.c (+0/-4)
wscript (+0/-7)
To merge this branch: bzr merge lp:~tuxator/midori/version-bump-cleanup
Reviewer Review Type Date Requested Status
André Stösel Approve
Review via email: mp+170963@code.launchpad.net

Commit message

Clean small leftovers from GTK and WebKit version bumps

To post a comment you must log in.
Revision history for this message
André Stösel (ivaldi) wrote :

Looks good to me!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'extensions/cookie-permissions/cookie-permission-manager.c'
--- extensions/cookie-permissions/cookie-permission-manager.c 2013-03-28 17:27:56 +0000
+++ extensions/cookie-permissions/cookie-permission-manager.c 2013-06-22 19:58:24 +0000
@@ -540,11 +540,7 @@
540/* FIXME: Find a way to add "details" widget */540/* FIXME: Find a way to add "details" widget */
541#ifndef NO_INFOBAR_DETAILS541#ifndef NO_INFOBAR_DETAILS
542 /* Get content area of infobar */542 /* Get content area of infobar */
543#if HAVE_GTK_INFO_BAR
544 contentArea=gtk_info_bar_get_content_area(GTK_INFO_BAR(infobar));543 contentArea=gtk_info_bar_get_content_area(GTK_INFO_BAR(infobar));
545#else
546 contentArea=infobar;
547#endif
548544
549 /* Create list and set up columns of list */545 /* Create list and set up columns of list */
550 list=gtk_tree_view_new_with_model(GTK_TREE_MODEL(listStore));546 list=gtk_tree_view_new_with_model(GTK_TREE_MODEL(listStore));
551547
=== modified file 'wscript'
--- wscript 2013-06-20 21:11:52 +0000
+++ wscript 2013-06-22 19:58:24 +0000
@@ -291,13 +291,6 @@
291 if check_version (conf.env['LIBSOUP_VERSION'], 2, 37, 1):291 if check_version (conf.env['LIBSOUP_VERSION'], 2, 37, 1):
292 conf.define ('HAVE_LIBSOUP_2_37_1', 1)292 conf.define ('HAVE_LIBSOUP_2_37_1', 1)
293293
294 if check_version (conf.env['WEBKIT_VERSION'], 1, 3, 8):
295 conf.env.append_value ('VALAFLAGS', '-D HAVE_WEBKIT_1_3_8')
296 if check_version (conf.env['WEBKIT_VERSION'], 1, 3, 13):
297 conf.env.append_value ('VALAFLAGS', '-D HAVE_WEBKIT_1_3_13')
298 if check_version (conf.env['WEBKIT_VERSION'], 1, 8, 0):
299 conf.env.append_value ('VALAFLAGS', '-D HAVE_WEBKIT_1_8_0')
300
301 check_pkg ('libxml-2.0', '2.6')294 check_pkg ('libxml-2.0', '2.6')
302 conf.undefine ('LIBXML_VERSION') # Defined in xmlversion.h295 conf.undefine ('LIBXML_VERSION') # Defined in xmlversion.h
303 check_pkg ('sqlite3', '3.6.19', var='SQLITE')296 check_pkg ('sqlite3', '3.6.19', var='SQLITE')

Subscribers

People subscribed via source and target branches

to all changes: