|
Re: i18n: label vs. clist title?: msg#00079gnome.gtk+.perl
For reference, this turned out to be a libglade bug; this patch appears to fix it. (Filed against the debian libglade0 package; should work it's way upstream from there...) --- libglade-0.17.orig/glade/glade-gtk.c +++ libglade-0.17/glade/glade-gtk.c @@ -289,7 +289,7 @@ } if (label) { gtk_clist_set_column_title (GTK_CLIST(w), col, - label); + _(label)); /* get the GtkLabel, which is a child * of the alignment widget used as * title. */ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: i18n: label vs. clist title?: 00079, Dermot Musgrove |
|---|---|
| Next by Date: | HTML-viewer: 00079, Vos, Berry |
| Previous by Thread: | Re: i18n: label vs. clist title?i: 00079, Dermot Musgrove |
| Next by Thread: | Re: i18n: label vs. clist title?: 00079, eichin-gtk-perl |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |