1998-12-05 Miguel de Icaza <miguel@nuclecu.unam.mx>

* gdnd.c (get_action): Typo fix.
This commit is contained in:
Miguel de Icaza 1998-12-05 22:53:30 +00:00
parent 4a72b02987
commit b12350861b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1998-12-05 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdnd.c (get_action): Typo fix.
1998-12-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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.

View File

@ -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;