[ cinepaint-Bugs-3335128 ] Deprecated GTK+ function call in brush_select.c

"SourceForge.net" <[email protected]> Sun, 26 Jun 2011 15:07:02 -0400
Newsgroups gmane.comp.video.cinepaint.devel
Message-ID <[email protected]>
Bugs item #3335128, was opened at 2011-06-26 15:07
Message generated for change (Tracker Item Submitted) made by ggeleji
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=542706&aid=3335128&group_id=75029

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Linux
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Geza Geleji (ggeleji)
Assigned to: Nobody/Anonymous (nobody)
Summary: Deprecated GTK+ function call in brush_select.c

Initial Comment:
gtk_widget_set_usize() is deprecated since GTK+ 2.2. The recommended alternative is gtk_widget_set_size_request().

Proposed fix: in brush_select.c, change
295 	gtk_widget_set_usize (bsp->preview,
296 	MAX_WIN_WIDTH (bsp), MAX_WIN_HEIGHT (bsp));
to
295 	gtk_widget_set_size_request(bsp->preview,
296 	MAX_WIN_WIDTH (bsp), MAX_WIN_HEIGHT (bsp));


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=542706&aid=3335128&group_id=75029

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2