To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87915 Issue #|87915 Summary|to-be-DEV300_m6: gtkframe.cxx Component|gsl Version|DEV300m5 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P1 Subcomponent|code Assigned to|kz Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sat Apr 5 12:48:53 +0000 2008 ------- vcl/unx/gtk/window/gtkframe.cxx: In member function 'void GtkSalFrame::Init(SalFrame*, ULONG)': /home/oo/BuildDir/ooo_DEV300_m6_src/vcl/unx/gtk/window/gtkframe.cxx:874: error: cannot convert 'GtkWidget*' to 'GtkWindow*' for argument '1' to 'void gtk_window_set_type_hint(GtkWindow*, GdkWindowTypeHint)' This fixes it: - gtk_window_set_type_hint( m_pWindow, GDK_WINDOW_TYPE_HINT_UTILITY ); + gtk_window_set_type_hint( GTK_WINDOW(m_pWindow), GDK_WINDOW_TYPE_HINT_UTILITY ); --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
