summaryrefslogtreecommitdiff
path: root/src/gui/tb/portions.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-07-22 21:38:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-07-22 21:38:30 (GMT)
commit250d2773aa372434b721a4e72bff5da7b4f3fb4e (patch)
tree3bbb6b75e1cc53c5aa189489e416e3dd92bb79c2 /src/gui/tb/portions.c
parentdb863244b804cbf4c06399f7c6f8241d91c9ee9b (diff)
Used in the right way some features of GLib classes in the GUI code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@382 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/tb/portions.c')
-rw-r--r--src/gui/tb/portions.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/tb/portions.c b/src/gui/tb/portions.c
index 432f808..bbc31b9 100644
--- a/src/gui/tb/portions.c
+++ b/src/gui/tb/portions.c
@@ -131,7 +131,8 @@ GEditorItem *create_portions_tb_item(GObject *ref)
result = g_toolbar_item_new(ref, "portions", widget, _("Portions"));
- result->update_binary = update_portions_item_binary;
+ /* FIXME */
+ //G_EDITOR_ITEM_GET_CLASS(result)->update_binary = update_portions_item_binary;
return result;