Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 89776 Details for
Bug 137540
app-dicts/kasumi/files/kasumi-2.0-gcc41.patch wouldn't fix compilation error.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a correct patch for app-dicts/kasumi-2.0
kasumi-2.0-gcc41.patch (text/plain), 2.69 KB, created by
hiyuh
on 2006-06-21 22:01:43 UTC
(
hide
)
Description:
a correct patch for app-dicts/kasumi-2.0
Filename:
MIME Type:
Creator:
hiyuh
Created:
2006-06-21 22:01:43 UTC
Size:
2.69 KB
patch
obsolete
>*** kasumi-2.0.orig/KasumiMainWindow.hxx 2006-05-29 13:56:45.000000000 +0900 >--- kasumi-2.0/KasumiMainWindow.hxx 2006-06-18 17:04:29.000000000 +0900 >*************** >*** 64,69 **** >--- 64,123 ---- > typedef _TextColumnEnum SearchBy; > typedef _TextColumnEnum TextColumn; > >+ void _call_back_changed_wordtype_column(GtkComboBox *combo, >+ gpointer data); >+ gboolean _call_back_key_pressed_text_column(GtkWidget *widget, >+ GdkEventKey *event, >+ gpointer data); >+ void _call_back_activate_search_entry(GtkWidget *widget, >+ gpointer data); >+ void _call_back_changed_search_entry(GtkWidget *widget, >+ gpointer data); >+ void _call_back_remove(GtkWidget *widget, >+ gpointer data); >+ void _call_back_delete_event(GtkWidget *widget, >+ GdkEvent *event, >+ gpointer data); >+ void _call_back_quit(GtkWidget *widget, >+ gpointer data); >+ void _call_back_store(GtkWidget *widget, >+ gpointer data); >+ void _call_back_add(GtkWidget *widget, >+ gpointer data); >+ void _call_back_clicked_column_header(GtkTreeViewColumn *column, >+ gpointer data); >+ gboolean _call_back_key_pressed_text_column(GtkWidget *widget, >+ GdkEventKey *event, >+ gpointer data); >+ void _call_back_editing_started_sound_column(GtkCellRenderer *render, >+ GtkCellEditable *editable, >+ gchar *path, >+ gpointer data); >+ void _call_back_edited_sound_column(GtkCellRendererText *renderer, >+ gchar *arg1, >+ gchar *arg2, >+ gpointer data); >+ void _call_back_editing_started_spelling_column(GtkCellRenderer *render, >+ GtkCellEditable *editable, >+ gchar *path, >+ gpointer data); >+ void _call_back_edited_spelling_column(GtkCellRendererText *renderer, >+ gchar *arg1, >+ gchar *arg2, >+ gpointer data); >+ void _call_back_editing_started_freq_column(GtkCellRenderer *render, >+ GtkCellEditable *editable, >+ gchar *path, >+ gpointer data); >+ void _call_back_edited_freq_column(GtkCellRendererText *renderer, >+ gchar *arg1, >+ gchar *arg2, >+ gpointer data); >+ void _call_back_editing_started_wordtype_column(GtkCellRenderer *render, >+ GtkCellEditable *editable, >+ gchar *path, >+ gpointer data); >+ > class KasumiMainWindow : public KasumiDicEventListener{ > friend void _call_back_delete_event(GtkWidget *widget, > GdkEvent *event,
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 137540
:
89773
|
89774
|
89775
| 89776