diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-01-30 02:19:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-01-30 02:19:38 (GMT) |
commit | eacb69625d51707ac0a158815a53f71fb70968ce (patch) | |
tree | 8d14e34639f80a0955529604d9c0d3ccae4d7dde /src/gui/tb | |
parent | 7bcec72d69c5350678ed6350636687c3c29bbc61 (diff) |
Provided a new working Project menu.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@230 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/tb')
-rw-r--r-- | src/gui/tb/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/tb/source.c b/src/gui/tb/source.c index 16f237a..2a1a532 100644 --- a/src/gui/tb/source.c +++ b/src/gui/tb/source.c @@ -146,7 +146,7 @@ static void update_source_item_binary(GEditorItem *item, GOpenidaBinary *binary) size_t defsrc; /* Fichier source principal */ const char * const *files; /* Liste de fichiers source */ size_t i; /* Boucle de parcours #2 */ - + return; /* FIXME */ /* RĂ©initialisation */ combo = GTK_COMBO_BOX(g_object_get_data(G_OBJECT(item->widget), "combo")); |