summaryrefslogtreecommitdiff
path: root/src/plain.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-10-24 22:24:01 +0200
committerjcid <devnull@localhost>2007-10-24 22:24:01 +0200
commit9c82e3b54e82bd6cd9a3541c289eaf9c5393ed63 (patch)
treef000ec305afb5a5a90f00be36e8eee94b889f7a6 /src/plain.cc
parent6490b8207de848c39894ca635497a7cd941d68d4 (diff)
Implemented a new scheme of scroll-position remembering. This is one per
visited page intead of one per url (this is more standard).
Diffstat (limited to 'src/plain.cc')
-rw-r--r--src/plain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plain.cc b/src/plain.cc
index 1240716f..af73310e 100644
--- a/src/plain.cc
+++ b/src/plain.cc
@@ -73,7 +73,7 @@ static void Plain_callback(int Op, CacheClient_t *Client);
// BrowserWindow *bw)
//{
// if (event->button == 3) {
-// a_Menu_popup_set_url(bw, a_History_get_url(NAV_TOP(bw)));
+// a_Menu_popup_set_url(bw, a_History_get_url(NAV_TOP_UIDX(bw)));
// gtk_menu_popup(GTK_MENU(bw->menu_popup.over_page), NULL, NULL,
// NULL, NULL, event->button, event->time);
// return TRUE;