Index: trunk/src/hid/gtk/gui-library-window.c =================================================================== --- trunk/src/hid/gtk/gui-library-window.c (revision 929) +++ trunk/src/hid/gtk/gui-library-window.c (revision 930) @@ -442,7 +442,7 @@ /* update the text */ pt = g_string_new ("Tags:"); - if (entry->Tags != NULL) { + if ((entry != NULL) && (entry->Tags != NULL)) { void **t;