summaryrefslogtreecommitdiff
path: root/src/gtkext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-09-21 21:35:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-09-21 21:35:27 (GMT)
commitaab97051192156fcb6e4bad483137cbde36de515 (patch)
tree4088f5f64b3252fd3b3a2321aee2b30c7a1831b6 /src/gtkext
parentb6afbe8c699ae76443628badae33beee9934c6bc (diff)
Added weak symbols in the Python bindings in case of standalone usage.
Diffstat (limited to 'src/gtkext')
-rw-r--r--src/gtkext/gtkstatusstack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtkext/gtkstatusstack.c b/src/gtkext/gtkstatusstack.c
index e072d53..5a0d5c5 100644
--- a/src/gtkext/gtkstatusstack.c
+++ b/src/gtkext/gtkstatusstack.c
@@ -881,7 +881,6 @@ activity_id_t gtk_status_stack_add_activity(GtkStatusStack *stack, const char *m
}
-
/******************************************************************************
* *
* Paramètres : stack = barre de statut à actualiser. *