From c27659161ffabf18a7c537291c297382dba182e7 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 21 May 2003 20:25:47 +0000 Subject: Yet more new tab logic fixes. Yet more new tab logic fixes. --- ChangeLog | 10 ++++++++++ src/bookmarks/ephy-new-bookmark.c | 4 ++-- src/ephy-window.c | 5 ++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62c4b1b35..6a091a85a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-05-21 Xan Lopez + + * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_is_unique): + + Correct indentation of args. + + * src/ephy-window.c: (ephy_window_selection_received_cb): + + Yet more new tab logic fixes. + 2003-05-21 Xan Lopez * embed/ephy-favicon-cache.c: (remove_obsolete_icons), diff --git a/src/bookmarks/ephy-new-bookmark.c b/src/bookmarks/ephy-new-bookmark.c index a09336573..05dcae622 100644 --- a/src/bookmarks/ephy-new-bookmark.c +++ b/src/bookmarks/ephy-new-bookmark.c @@ -368,8 +368,8 @@ duplicate_bookmark_response_cb (EphyNewBookmark *new_bookmark, gboolean ephy_new_bookmark_is_unique (EphyBookmarks *bookmarks, - GtkWindow *parent, - const char *address) + GtkWindow *parent, + const char *address) { EphyNode *node; diff --git a/src/ephy-window.c b/src/ephy-window.c index aa7d4bbcd..69c6b3a42 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ #ifdef HAVE_CONFIG_H @@ -350,7 +352,8 @@ ephy_window_selection_received_cb (GtkWidget *widget, if (location != NULL && strcmp (location, "about:blank") != 0) { ephy_shell_new_tab (ephy_shell, window, tab, - selection_data->data, 0); + selection_data->data, + EPHY_NEW_TAB_OPEN_PAGE); } else { -- cgit v1.2.3