From 448aa394b9e7cec855873ad888b9c1ac97a8c68a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 15 Nov 2012 01:57:19 +0100 Subject: cleaned up command line updating: the interface is responsible for drawing the "*" (if it wants to) --- interface-gtk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface-gtk.h') diff --git a/interface-gtk.h b/interface-gtk.h index e6b9166..95a58d7 100644 --- a/interface-gtk.h +++ b/interface-gtk.h @@ -40,7 +40,7 @@ public: iMessage, wParam, lParam); } - void cmdline_update(const gchar *cmdline); + void cmdline_update(const gchar *cmdline = ""); void popup_add_filename(PopupFileType type, const gchar *filename, bool highlight = false); -- cgit v1.2.3