Bug 492767 - invalid use of API in _gtk_window_set_is_toplevel
Summary: invalid use of API in _gtk_window_set_is_toplevel
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gtk2
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-29 12:23 UTC by Sami Farin
Modified: 2009-04-01 23:35 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-01 23:35:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
use g_slist_find instead of g_list_find (597 bytes, patch)
2009-03-29 12:23 UTC, Sami Farin
no flags Details | Diff

Description Sami Farin 2009-03-29 12:23:51 UTC
Created attachment 337165 [details]
use g_slist_find instead of g_list_find

Description of problem:
gtkwindow.c:8333: warning: passing argument 1 of 'g_list_find' from incompatible pointer type
/usr/include/glib-2.0/glib/glist.h:86: note: expected 'struct GList *' but argument is of type 'struct GSList *'

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1. compile
2. read
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Matthias Clasen 2009-04-01 23:35:48 UTC
I've fixed this upstream


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