aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@stud.uni-saarland.de>2003-04-07 02:28:17 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-07 02:28:17 +0800
commit97146ff3c55199180ede96de03f1c61d306eea86 (patch)
tree8ab0768f246836660495d5794b95498c4a93fe02 /src
parentf4211ee4e0660b8218dfc666241b724692ef6a3c (diff)
downloadgsoc2013-epiphany-97146ff3c55199180ede96de03f1c61d306eea86.tar
gsoc2013-epiphany-97146ff3c55199180ede96de03f1c61d306eea86.tar.gz
gsoc2013-epiphany-97146ff3c55199180ede96de03f1c61d306eea86.tar.bz2
gsoc2013-epiphany-97146ff3c55199180ede96de03f1c61d306eea86.tar.lz
gsoc2013-epiphany-97146ff3c55199180ede96de03f1c61d306eea86.tar.xz
gsoc2013-epiphany-97146ff3c55199180ede96de03f1c61d306eea86.tar.zst
gsoc2013-epiphany-97146ff3c55199180ede96de03f1c61d306eea86.zip
Typo. Drag url, not title.
2003-04-06 Christian Persch <chpe@stud.uni-saarland.de> * src/history-dialog.c: (history_dialog_setup_view): Typo. Drag url, not title.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/history-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history-dialog.c b/src/history-dialog.c
index 14224523c..3e1660c27 100755
--- a/src/history-dialog.c
+++ b/src/history-dialog.c
@@ -287,7 +287,7 @@ history_dialog_setup_view (HistoryDialog *dialog)
dialog->priv->sortmodel = EPHY_TREE_MODEL_SORT (
ephy_tree_model_sort_new (GTK_TREE_MODEL (dialog->priv->filtermodel)));
ephy_tree_model_sort_set_drag_property
- (dialog->priv->sortmodel, EPHY_NODE_PAGE_PROP_TITLE);
+ (dialog->priv->sortmodel, EPHY_NODE_PAGE_PROP_LOCATION);
g_signal_connect_object (G_OBJECT (dialog->priv->sortmodel),
"node_from_iter",