]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-page-action.h
2008-01-27 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
[evince.git] / shell / ev-page-action.h
index c8b30ba6d279cfbcb2d18b1ef1d914624ea9d84c..82f3ac8079e30744e7b27b7187e7d5ad67019843 100644 (file)
@@ -16,7 +16,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
- *  $Id$
  */
 
 #ifndef EV_PAGE_ACTION_H
@@ -25,6 +24,7 @@
 #include <gtk/gtkaction.h>
 #include <gtk/gtktreemodel.h>
 #include <ev-document.h>
+#include "ev-link.h"
 
 G_BEGIN_DECLS
 
@@ -53,8 +53,6 @@ struct _EvPageActionClass
 
        void     (* activate_link) (EvPageAction *page_action,
                                    EvLink       *link);
-       gboolean (*activate_label) (EvPageAction *page_action,
-                                   char         *label);
 };
 
 GType ev_page_action_get_type     (void);