Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 472744 Details for
Bug 616412
net-misc/putty - add USE=gtk2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
putty-0.69-gtkwin_cast.patch
putty-0.69-gtkwin_cast.patch (text/plain), 727 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2017-05-16 07:23:40 UTC
(
hide
)
Description:
putty-0.69-gtkwin_cast.patch
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2017-05-16 07:23:40 UTC
Size:
727 bytes
patch
obsolete
>X-Git-Url: https://git.tartarus.org/?p=simon%2Fputty.git;a=blobdiff_plain;f=unix%2Fgtkwin.c;h=67cfcac38baeda6e639b56925f7adb91cf0b9b66;hp=bca6daa43c2911e7912be8a57131684b7050d541;hb=b566c5f125efb9933303a61303ab17e2af0a859b;hpb=230f7d56284a703c65c4fecf7e6f23b791043f81 > >diff --git a/unix/gtkwin.c b/unix/gtkwin.c >index bca6daa..67cfcac 100644 >--- a/unix/gtkwin.c >+++ b/unix/gtkwin.c >@@ -1935,7 +1935,7 @@ gboolean scroll_event(GtkWidget *widget, GdkEventScroll *event, gpointer data) > event_button->x_root = event->x_root; > event_button->y_root = event->y_root; > ret = button_internal(inst, event_button); >- gdk_event_free(event_button); >+ gdk_event_free((GdkEvent *)event_button); > return ret; > #endif > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 616412
:
470738
|
472740
|
472742
| 472744