Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 243821 Details for
Bug 333761
dev-lang/lazarus-0.9.28.2: access violation after gtk2 update after call dialog compileroptions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the patch-file
lazarus-0.9.28.2-bug0015627.patch (text/plain), 1001 bytes, created by
suilenroc1183
on 2010-08-21 08:20:00 UTC
(
hide
)
Description:
the patch-file
Filename:
MIME Type:
Creator:
suilenroc1183
Created:
2010-08-21 08:20:00 UTC
Size:
1001 bytes
patch
obsolete
>Index: lcl/interfaces/gtk2/gtk2wsstdctrls.pp >=================================================================== >--- lcl/interfaces/gtk2/gtk2wsstdctrls.pp (Revision 23694) >+++ lcl/interfaces/gtk2/gtk2wsstdctrls.pp (Revision 23695) >@@ -477,16 +477,6 @@ > WidgetInfo: PWidgetInfo; > Selection: PGtkTreeSelection; > Path: PGtkTreePath; >- >- procedure ClearCursor; inline; >- begin >- if gtk_tree_row_reference_valid(PGtkTreeView(Widget)^.priv^.cursor) then >- begin >- gtk_tree_row_reference_free(PGtkTreeView(Widget)^.priv^.cursor); >- PGtkTreeView(Widget)^.priv^.cursor := nil; >- end; >- end; >- > begin > if not WSCheckHandleAllocated(ACustomListBox, 'SetItemIndex') then > Exit; >@@ -512,7 +502,9 @@ > end > else > begin >- ClearCursor; >+ Path := gtk_tree_path_new_from_indices(0, -1); >+ if PGtkTreeView(Widget)^.priv^.tree <> nil then >+ gtk_tree_view_set_cursor(PGtkTreeView(Widget), Path, nil, False); > gtk_tree_selection_unselect_all(Selection); > end; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 333761
:
243819
| 243821