File gnome-panel-5485-command-history.patch of Package gnome-panel-nld
Index: gnome-panel-2.12.0/gnome-panel/panel-run-dialog.c
================================================================================
--- gnome-panel-2.12.2/gnome-panel/panel-run-dialog.c
+++ gnome-panel-2.12.2/gnome-panel/panel-run-dialog.c
@@ -392,7 +392,7 @@
if (result) {
/* only save working commands in history */
- gnome_entry_prepend_history (GNOME_ENTRY (dialog->gnome_entry),
+ gnome_entry_append_history (GNOME_ENTRY (dialog->gnome_entry),
TRUE, /* save item in history */
command);