From 1aff4f0d0e68dfccf5236289feb2fb58dfac8936 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Tue, 25 Jan 2005 20:54:22 +0000 Subject: guard against unloaded docs when the title is accessed. Tue Jan 25 00:59:34 2005 Jonathan Blandford * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against unloaded docs when the title is accessed. * shell/ev-password-view.[hc]: New widget for displaying password state. * shell/ev-window.[ch]: Refactor password handling code to handle the new view. --- (limited to 'shell/ev-window.h') diff --git a/shell/ev-window.h b/shell/ev-window.h index 06880db..99daa36 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -48,10 +48,6 @@ struct _EvWindow { struct _EvWindowClass { GtkWindowClass base_class; - - /* signals */ - void (*signal) (EvWindow *self, - const char *string); }; GType ev_window_get_type (void); -- cgit v0.9.1