Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60160 Details for
Bug 62523
giftui-0.4.1 fails to compile with GTK+ 2.6.x
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/giftui-0.4.1-compile-fix.patch
giftui-0.4.1-compile-fix.patch (text/plain), 1.08 KB, created by
Doug Goldstein (RETIRED)
on 2005-05-29 23:17:24 UTC
(
hide
)
Description:
files/giftui-0.4.1-compile-fix.patch
Filename:
MIME Type:
Creator:
Doug Goldstein (RETIRED)
Created:
2005-05-29 23:17:24 UTC
Size:
1.08 KB
patch
obsolete
>--- src/ui_transfer_cb.old 2004-05-06 08:54:58.000000000 +0200 >+++ src/ui_transfer_cb.c 2005-03-06 17:06:12.000000000 +0100 >@@ -23,8 +23,6 @@ > #include <libgift/libgift.h> > #include <gtk/gtk.h> > >-#include "gtkcellrendererprogress.h" >- > #include "io.h" > #include "event.h" > #include "configure.h" >--- src/ui_transfer.c.old 2004-05-13 19:46:11.000000000 +0200 >+++ src/ui_transfer.c 2005-03-06 17:05:18.000000000 +0100 >@@ -24,8 +24,6 @@ > #include <gdk/gdkkeysyms.h> > #include <gtk/gtk.h> > >-#include "gtkcellrendererprogress.h" >- > #include "io.h" > #include "event.h" > #include "configure.h" >--- src/ui_transfer.h.old 2004-05-06 08:55:01.000000000 +0200 >+++ src/ui_transfer.h 2005-03-06 17:05:52.000000000 +0100 >@@ -38,6 +38,14 @@ > > #define GIFTUI_TRANSFERFILE(arg) ((GiftuiTransferFile_t *) (arg)) > >+typedef enum >+{ >+ GTK_CELL_RENDERER_PROGRESS_ACTIVE, >+ GTK_CELL_RENDERER_PROGRESS_COMPLETED, >+ GTK_CELL_RENDERER_PROGRESS_PAUSED, >+ GTK_CELL_RENDERER_PROGRESS_CANCELED >+} GtkCellRendererProgressColor; >+ > typedef struct _GiftuiTransfer GiftuiTransfer; > typedef struct _GiftuiTransferClass GiftuiTransferClass; >
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 62523
:
51871
|
52789
|
52790
|
60159
| 60160