Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-page-action.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-01-28 11:17:00 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-01-28 11:17:00 (GMT)
commitcde4965a843c973534347ab2953c09b9e81ff216 (patch)
tree12f55cf18e379ac90df9ede1af05784fbb0bc7f7 /shell/ev-page-action.h
parent761766c8ca4392f376d898ba037f1f2fa3822e95 (diff)
Remove activate_link signal, not required.
2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-marshal.list: * shell/ev-page-action.c: (activate_cb), (ev_page_action_class_init): * shell/ev-page-action.h: * shell/ev-page-cache.c: (ev_page_cache_set_page_label): * shell/ev-window.c: Remove activate_link signal, not required. svn path=/trunk/; revision=2256
Diffstat (limited to 'shell/ev-page-action.h')
-rw-r--r--shell/ev-page-action.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ev-page-action.h b/shell/ev-page-action.h
index 2908d34..c9785c6 100644
--- a/shell/ev-page-action.h
+++ b/shell/ev-page-action.h
@@ -52,8 +52,6 @@ struct _EvPageActionClass
void (* activate_link) (EvPageAction *page_action,
EvLink *link);
- gboolean (*activate_label) (EvPageAction *page_action,
- const gchar *label);
};
GType ev_page_action_get_type (void);