Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 315167 Details for
Bug 420933
app-i18n/ibus-fbterm-0.9.1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
this required for use with app-i18n/ibus-1.4.1 more.
ibus-fbterm-0.9.1-ibus-1.4.1.patch (text/plain), 1.00 KB, created by
yabuta nobuaki
on 2012-06-13 07:41:05 UTC
(
hide
)
Description:
this required for use with app-i18n/ibus-1.4.1 more.
Filename:
MIME Type:
Creator:
yabuta nobuaki
Created:
2012-06-13 07:41:05 UTC
Size:
1.00 KB
patch
obsolete
>diff -Nurap ibus-fbterm-0.9.1.orig//src/display.c ibus-fbterm-0.9.1//src/display.c >--- ibus-fbterm-0.9.1.orig//src/display.c 2012-06-06 17:59:26.000000000 +0900 >+++ ibus-fbterm-0.9.1//src/display.c 2012-06-06 18:05:22.000000000 +0900 >@@ -212,7 +212,7 @@ static void calculate_status_win() > IBusProperty *prop = ibus_prop_list_get(property_list, i); > if (!prop) break; > >- w += text_width(prop->label->text); >+ w += text_width(ibus_property_get_label(prop)->text); > } > > status_bar_win.x = cursor_x; >@@ -238,8 +238,8 @@ static void draw_status_bar() > IBusProperty *prop = ibus_prop_list_get(property_list, i); > if (!prop) break; > >- draw_text(x, y, COLOR_FG, COLOR_BG, prop->label->text, strlen(prop->label->text)); >- x += FW(text_width(prop->label->text)); >+ draw_text(x, y, COLOR_FG, COLOR_BG, ibus_property_get_label(prop)->text, strlen(ibus_property_get_label(prop)->text)); >+ x += FW(text_width(ibus_property_get_label(prop)->text)); > > char space = ' '; > draw_text(x, y, COLOR_FG, COLOR_BG, &space, 1);
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 420933
:
315165
| 315167