Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for deprecated 'gdk_pixbuf_new_from_inline()' #256

Closed
frlan opened this issue Jun 27, 2015 · 0 comments
Closed

Check for deprecated 'gdk_pixbuf_new_from_inline()' #256

frlan opened this issue Jun 27, 2015 · 0 comments
Milestone

Comments

@frlan
Copy link
Member

frlan commented Jun 27, 2015

When compiling with recent Gtk2, warning appears:

../geanysendmail/src/geanysendmail.c: In function ‘add_stock_item’:
../geanysendmail/src/geanysendmail.c:202:3: warning: ‘gdk_pixbuf_new_from_inline’ is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:314) [-Wdeprecated-declarations]
   GdkPixbuf *pb = gdk_pixbuf_new_from_inline(-1, mail_pixbuf, FALSE, NULL);

^

@frlan frlan added this to the 1.26 milestone Jun 27, 2015
b4n pushed a commit to b4n/geany-plugins that referenced this issue Jun 27, 2015
Use XPM data instead, which is simpler and totally good enough here.

Closes geany#256.
@frlan frlan modified the milestones: 1.25, 1.26 Jun 27, 2015
marcelogp pushed a commit to marcelogp/geany-plugins that referenced this issue Oct 26, 2015
Use XPM data instead, which is simpler and totally good enough here.

Closes geany#256.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant