mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
bookmarks: CONFIG_SMALL elides explanations of why Move failed.
(I added them in commit 3090e3a25077a19a7b2d5361543e28ca19cc7b84.)
This commit is contained in:
parent
403a4ac2a2
commit
e5ed5bce80
@ -455,7 +455,9 @@ push_move_button(struct dialog_data *dlg_data,
|
||||
write_bookmarks();
|
||||
#endif
|
||||
display_widget(dlg_data, widget_data); /* the hierbox */
|
||||
} else if (result & MOVE_BOOKMARK_CYCLE) {
|
||||
}
|
||||
#ifndef CONFIG_SMALL
|
||||
else if (result & MOVE_BOOKMARK_CYCLE) {
|
||||
/* If the user also selected other bookmarks, then
|
||||
* they have already been moved, and this box doesn't
|
||||
* appear. */
|
||||
@ -476,6 +478,7 @@ push_move_button(struct dialog_data *dlg_data,
|
||||
"have the stuff moved to, and press the \"Move\" "
|
||||
"button."));
|
||||
}
|
||||
#endif /* ndef CONFIG_SMALL */
|
||||
|
||||
return EVENT_PROCESSED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user