diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-15 01:57:19 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-15 01:57:19 +0100 |
commit | 448aa394b9e7cec855873ad888b9c1ac97a8c68a (patch) | |
tree | 051a5bde8b4789013c50d723608929ff3307e935 /interface-gtk.h | |
parent | 905e69b74fe6e822e0d00245e2c210e9aadb6437 (diff) | |
download | sciteco-448aa394b9e7cec855873ad888b9c1ac97a8c68a.tar.gz |
cleaned up command line updating: the interface is responsible for drawing the "*" (if it wants to)
Diffstat (limited to 'interface-gtk.h')
-rw-r--r-- | interface-gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |