X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-sidebar-links.c;h=0d0ece839487ce4fb04fd93cdc283b8318f122c1;hb=9b576bb1b5c4f6f3707144ad05b0d04f67efd953;hp=1c3afff06137a1a20f3a6147b44992cd39d06d6e;hpb=80aa207c49dda77a013f0df2a2e2a393062a96b6;p=evince.git diff --git a/shell/ev-sidebar-links.c b/shell/ev-sidebar-links.c index 1c3afff0..0d0ece83 100644 --- a/shell/ev-sidebar-links.c +++ b/shell/ev-sidebar-links.c @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H @@ -73,7 +73,7 @@ static void job_finished_callback (EvJobLinks *job, EvSidebarLinks *sidebar_links); static void ev_sidebar_links_set_current_page (EvSidebarLinks *sidebar_links, gint current_page); -static void ev_sidebar_links_page_iface_init (EvSidebarPageIface *iface); +static void ev_sidebar_links_page_iface_init (EvSidebarPageInterface *iface); static gboolean ev_sidebar_links_support_document (EvSidebarPage *sidebar_page, EvDocument *document); static const gchar* ev_sidebar_links_get_label (EvSidebarPage *sidebar_page); @@ -751,7 +751,7 @@ ev_sidebar_links_get_label (EvSidebarPage *sidebar_page) } static void -ev_sidebar_links_page_iface_init (EvSidebarPageIface *iface) +ev_sidebar_links_page_iface_init (EvSidebarPageInterface *iface) { iface->support_document = ev_sidebar_links_support_document; iface->set_model = ev_sidebar_links_set_model;