diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-10-05 01:00:22 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-10-05 01:00:22 +0200 |
commit | f081f7a67f201a0b36d4fe7b8d180b501e08af20 (patch) | |
tree | 88ae9f24e1f8367b2e8467c30b7609f26214a8ec | |
parent | b986270c4557dd5a88e739d3adc773c5d53c92e0 (diff) | |
download | mdk-f081f7a67f201a0b36d4fe7b8d180b501e08af20.tar.gz mdk-f081f7a67f201a0b36d4fe7b8d180b501e08af20.tar.bz2 |
External programs directory scanning delayed (but still present).
-rw-r--r-- | mixgtk/mixgtk_external.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mixgtk/mixgtk_external.c b/mixgtk/mixgtk_external.c index fc733e0..50fb421 100644 --- a/mixgtk/mixgtk_external.c +++ b/mixgtk/mixgtk_external.c @@ -1,7 +1,7 @@ /* -*-c-*- -------------- mixgtk_cmd_dispatcher.c : * Implementation of the functions declared in mixgtk_external.h * ------------------------------------------------------------------ - * Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. + * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -62,7 +62,6 @@ mixgtk_external_init (mix_vm_cmd_dispatcher_t *dispatcher) dispatcher_ = dispatcher; init_widgets_ (); read_config_ (); - update_dialog_ (); } void |