FreeBSD Bugzilla – Attachment 44606 Details for
Bug 69007
Fix palm/jpilot build on 4.10 with GTK2 enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 778 bytes, created by
Alex Varju
on 2004-07-13 18:00:38 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alex Varju
Created:
2004-07-13 18:00:38 UTC
Size:
778 bytes
patch
obsolete
>--- /dev/null Tue Jul 13 09:44:33 2004 >+++ ports/palm/jpilot/files/patch-address_gui.c Mon Jul 12 18:14:34 2004 >@@ -0,0 +1,20 @@ >+--- address_gui.c~ 2004-05-11 22:33:45.364123000 -0400 >++++ address_gui.c 2004-05-11 22:38:37.506140000 -0400 >+@@ -1427,13 +1427,15 @@ >+ char number[100]; >+ char ext[100]; >+ >+- number[0]=ext[0]='\0'; >+- text=data; >+ #ifdef ENABLE_GTK2 >+ GtkTextIter start_iter; >+ GtkTextIter end_iter; >+ GtkTextBuffer *text_buffer; >++#endif >+ >++ number[0]=ext[0]='\0'; >++ text=data; >++#ifdef ENABLE_GTK2 >+ text_buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text)); >+ gtk_text_buffer_get_bounds(GTK_TEXT_BUFFER(text),&start_iter,&end_iter); >+ str = gtk_text_buffer_get_text(GTK_TEXT_BUFFER(text),&start_iter,&end_iter,TRUE);
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 69007
: 44606