X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-navigation-action.c;h=dd4e38e83bf1e0d3c23749d71c85e0006b1eee58;hb=c087ebf90ee6c32656ae925d0c1682b427a21e7e;hp=cbed9fb8abd84bb946a5574c47de677b9d4e8251;hpb=531db966e66aa1b1c1638fc5260e49334b808e9e;p=evince.git diff --git a/shell/ev-navigation-action.c b/shell/ev-navigation-action.c index cbed9fb8..dd4e38e8 100644 --- a/shell/ev-navigation-action.c +++ b/shell/ev-navigation-action.c @@ -61,7 +61,7 @@ ev_navigation_action_set_history (EvNavigationAction *action, action->priv->history = history; g_object_add_weak_pointer (G_OBJECT (action->priv->history), - (gpointer *) &action->priv->history); + (gpointer) &action->priv->history); } static void @@ -219,7 +219,7 @@ ev_navigation_action_finalize (GObject *object) if (action->priv->history) { g_object_add_weak_pointer (G_OBJECT (action->priv->history), - (gpointer *) &action->priv->history); + (gpointer) &action->priv->history); } G_OBJECT_CLASS (ev_navigation_action_parent_class)->finalize (object);