summaryrefslogtreecommitdiff
path: root/src/Gtk/Shares.icl
diff options
context:
space:
mode:
authorCamil Staps2019-10-27 22:45:37 +0100
committerCamil Staps2019-10-27 22:45:37 +0100
commite620065031c106b4098aef3ae0ffb66bf20eb068 (patch)
treea0b74cf823fba07b06277a8b5227843ca837fe23 /src/Gtk/Shares.icl
parentAdd 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.icl1
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