Bug 2223 - compilation with gtk+ >= 2.21.3 fails because of using gdk_pixbuf_unref()
Summary: compilation with gtk+ >= 2.21.3 fails because of using gdk_pixbuf_unref()
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.7.6
Hardware: All All
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2010-06-29 22:43 UTC by Jan Psota
Modified: 2010-07-15 08:04 UTC (History)
0 users

See Also:


Attachments
sed -i s/gdk_pixbuf_unref/g_object_unref/g src/gtk/filesel.c (453 bytes, patch)
2010-06-29 22:43 UTC, Jan Psota
no flags Details | Diff

Description Jan Psota 2010-06-29 22:43:45 UTC
Created attachment 867 [details]
sed -i s/gdk_pixbuf_unref/g_object_unref/g src/gtk/filesel.c

In summary.
        sed -i s/gdk_pixbuf_unref/g_object_unref/g src/gtk/filesel.c
will do the work :-)
Patch attached.
Comment 1 users 2010-07-25 12:58:20 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.colino.net/claws-mail/

2010-07-25 [colin]	3.7.6cvs20

	* src/common/utils.c
		Reverse free/use with more logical and safe
		use/free. Thanks to Michael Rasmussen !

2010-07-24 [colin]	3.7.6cvs19

	* src/gtk/quicksearch.c
		Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
		'freeze when using quick search'

2010-07-11 [iwkse]	3.7.6cvs18

	* src/gtk/quicksearch.c
		Add SMALL_LAYOUT to quicksearch_relayout

2010-07-10 [iwkse]	3.7.6cvs17

	* src/mainwindow.h
			Remove forgotten variable from
			the last bugfix #2224

2010-07-10 [colin]	3.7.6cvs16

	* src/mainwindow.c
	* src/gtk/quicksearch.c
		Clean fix for bug #2224: don't mess with GTK settings when
		handling the layout ourselves is enough

2010-07-09 [iwkse]	3.7.6cvs15

	* src/mainwindow.h
	* src/mainwindow.c
			Better fix for Bug #2224

2010-07-09 [iwkse]	3.7.6cvs14

	* src/mainwindow.c
			Bug #2224
			Always use stock icons on buttons

2010-07-08 [colin]	3.7.6cvs13

	* src/gtk/filesel.c
		Fix bug 2223, 'Compilation fails with GTK+
		2.21.3'. Thanks to Jan Psota !

		Do not add into quicksearch history
		matching rules with bad syntax
		Fix bug 2208. Encode encrypted password to qouted
		printable to avoid making invalid XML. Encoding
		will be activated the first time the password is
		changed.

Note You need to log in before you can comment on or make changes to this bug.