From b12350861bb2b06379407979da5f9fb11184df8c Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sat, 5 Dec 1998 22:53:30 +0000 Subject: [PATCH] 1998-12-05 Miguel de Icaza * gdnd.c (get_action): Typo fix. --- gnome/ChangeLog | 6 +++++- gnome/gdnd.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome/ChangeLog b/gnome/ChangeLog index 7c98c414a..e5c2f9bd5 100644 --- a/gnome/ChangeLog +++ b/gnome/ChangeLog @@ -1,3 +1,7 @@ +1998-12-05 Miguel de Icaza + + * gdnd.c (get_action): Typo fix. + 1998-12-04 Miguel de Icaza * gscreen.c (load_imlib_icons): Make it use the new gicon files. @@ -5,7 +9,7 @@ * gicon.c, gicon.h: New files: they keep an image cache and provide the right icon to use based on the filename. They use the GNOME metadata to fecth the "icon-filename" and "icon-inline-png" - keys. + keys for per-image icons. * gdialogs.c (file_mask_dialog): Commented the help messages until the warnings are figured out. diff --git a/gnome/gdnd.c b/gnome/gdnd.c index 25ff8c61d..f11624f67 100644 --- a/gnome/gdnd.c +++ b/gnome/gdnd.c @@ -38,7 +38,7 @@ get_action (void) menu = gnome_popup_menu_new (actions); a = gnome_popup_menu_do_popup_modal (menu, NULL, NULL, NULL, NULL); - switch (action) { + switch (a) { case 0: action = GDK_ACTION_MOVE; break;