diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-06-08 12:37:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-06-08 12:37:43 (GMT) |
commit | 05a0e578f49fbd7c8614ce108ba790601663d8cd (patch) | |
tree | f2530f7dfeeff19e7d689bbb55830456e06de66a /src/glibext | |
parent | c23e671df7621ad85f590eee14e6fa7c7e71a526 (diff) |
Removed all usages of gdk_threads_enter()/gdk_threads_leave() in the status bar.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@349 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/glibext')
-rw-r--r-- | src/glibext/gcodebuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/gcodebuffer.c b/src/glibext/gcodebuffer.c index 920b17c..914a3d5 100644 --- a/src/glibext/gcodebuffer.c +++ b/src/glibext/gcodebuffer.c @@ -293,7 +293,7 @@ static void g_buffer_scan_process(GBufferScan *scan, GtkExtStatusBar *statusbar) size_t first; /* Première ligne visée */ size_t last; /* Dernière ligne visée + 1 */ GBufferLine **lines; /* Liste des lignes à traiter */ - guint id; /* Identifiant de statut */ + bstatus_id_t id; /* Identifiant de statut */ size_t i; /* Boucle de parcours */ /* TODO : lock scan->buffer->lines */ |