summaryrefslogtreecommitdiffhomepage
path: root/mixgtk
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-01 00:21:24 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-01 00:21:24 +0000
commit6f51de3c94ab33d3bbadfd997083209a17ce3ae4 (patch)
treee456952c1b625737fd1ac8ffe148705c3be641fc /mixgtk
parent879b84f0f16a441566015902ec34f102c058097b (diff)
downloadmdk-6f51de3c94ab33d3bbadfd997083209a17ce3ae4.tar.gz
mdk-6f51de3c94ab33d3bbadfd997083209a17ce3ae4.tar.bz2
use of new command pddir
Diffstat (limited to 'mixgtk')
-rw-r--r--mixgtk/mixgtk_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixgtk/mixgtk_device.c b/mixgtk/mixgtk_device.c
index 07615fb..0b99574 100644
--- a/mixgtk/mixgtk_device.c
+++ b/mixgtk/mixgtk_device.c
@@ -561,7 +561,7 @@ void
on_devdir_ok_clicked ()
{
const gchar *dirname = gtk_entry_get_text (devdir_entry_);
- gchar *cmd = g_strconcat (mix_vm_command_to_string (MIX_CMD_DEVDIR),
+ gchar *cmd = g_strconcat (mix_vm_command_to_string (MIX_CMD_SDDIR),
" ", dirname, NULL);
gtk_widget_hide (devdir_dlg_);
mixgtk_cmd_dispatcher_dispatch (cmd);