diff options
author | Camil Staps | 2019-10-27 22:45:37 +0100 |
---|---|---|
committer | Camil Staps | 2019-10-27 22:45:37 +0100 |
commit | e620065031c106b4098aef3ae0ffb66bf20eb068 (patch) | |
tree | a0b74cf823fba07b06277a8b5227843ca837fe23 /src/Gtk/Shares.icl | |
parent | Add basic support for GtkListStore and GtkTreeView (diff) |
Add many functions for action bars, buttons, list stores, tree views, and more
Diffstat (limited to 'src/Gtk/Shares.icl')
-rw-r--r-- | src/Gtk/Shares.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gtk/Shares.icl b/src/Gtk/Shares.icl index d02b1b0..4dbfecc 100644 --- a/src/Gtk/Shares.icl +++ b/src/Gtk/Shares.icl @@ -51,5 +51,6 @@ withShared default f = updateShared inc temp_share_id >>= \id -> let shared_value = share ("withShared"+++toString id) default in f shared_value + // TODO: remove share from map where temp_share_id = share "withShared_temp_share_id" 0 |