1
1
Этот коммит содержится в:
Miguel de Icaza 1998-10-21 23:11:24 +00:00
родитель 5eafd8b8c8
Коммит 981d7d510c

Просмотреть файл

@ -139,7 +139,7 @@ dialog_key_pressed (GtkWidget *win, GdkEventKey *event, Dlg_head *h)
if (w && GNOME_IS_ICON_LIST (w)){
GnomeCanvas *c = GNOME_CANVAS (w);
if (GNOME_IS_ICON_TEXT_ITEM (c->focused_item)){
if (c->focused_item && GNOME_IS_ICON_TEXT_ITEM (c->focused_item)){
GnomeIconTextItem *i = GNOME_ICON_TEXT_ITEM (c->focused_item);
if (i->editing)