diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-new-bookmark.c | 4 | ||||
-rw-r--r-- | src/ephy-window.c | 5 |
2 files changed, 6 insertions, 3 deletions
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 { |