X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-sidebar-attachments.c;h=2aeadd69a68343ee2e1ca4bb4f02d5096816e8b1;hb=f343927df4325959193353c52cff1ea4b20b2286;hp=7fb7f00e72f52fb6a8522d62dcea44403070b11a;hpb=e912e532fd67211aa87ac79414efb30f30a00fab;p=evince.git diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c index 7fb7f00e..2aeadd69 100644 --- a/shell/ev-sidebar-attachments.c +++ b/shell/ev-sidebar-attachments.c @@ -295,7 +295,7 @@ ev_sidebar_attachments_button_press (EvSidebarAttachments *ev_attachbar, ev_attachment_open (attachment, &error); if (error) { - g_warning (error->message); + g_warning ("%s", error->message); g_error_free (error); } @@ -434,7 +434,7 @@ ev_sidebar_attachments_drag_data_get (GtkWidget *widget, } if (error) { - g_warning (error->message); + g_warning ("%s", error->message); g_error_free (error); }