Bug 492767

Summary: invalid use of API in _gtk_window_set_is_toplevel
Product: [Fedora] Fedora Reporter: Sami Farin <hvtaifwkbgefbaei>
Component: gtk2Assignee: Matthias Clasen <mclasen>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: mclasen, pertusus, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-01 23:35:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
use g_slist_find instead of g_list_find none

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