From a538f639b69a39d7bb85b39af2dfd296d28fc0aa Mon Sep 17 00:00:00 2001 From: Bruce Cowan Date: Tue, 25 May 2010 20:27:43 +0100 Subject: [PATCH] Fix conflict Git markers Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619655 --- gtk/gtkfilechooser.c | 4 ---- gtk/gtkscrolledwindow.c | 6 ------ 2 files changed, 10 deletions(-) diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 6bb4c2a92b..e93f8695df 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -504,11 +504,7 @@ * * * -<<<<<<< HEAD * bookmark_indes : -======= - * bookmark_index : ->>>>>>> native-layout-incubator * * * index of the bookmark to switch to; the indices start at 0. diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 11adb7aa62..026bb5912f 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -397,15 +397,9 @@ gtk_scrolled_window_init (GtkScrolledWindow *scrolled_window) * gtk_scrolled_window_new: * @hadjustment: (allow-none): horizontal adjustment * @vadjustment: (allow-none): vertical adjustment -<<<<<<< HEAD * * Creates a new scrolled window. * -======= - * - * Creates a new scrolled window. - * ->>>>>>> native-layout-incubator * The two arguments are the scrolled window's adjustments; these will be * shared with the scrollbars and the child widget to keep the bars in sync * with the child. Usually you want to pass %NULL for the adjustments, which