Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 153263 Details for
Bug 222325
app-office/gnotime shows title instead of description in the project list
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for the issue
gnotime_description_col_fix.patch (text/plain), 681 bytes, created by
Tarmo Tänav
on 2008-05-15 23:22:13 UTC
(
hide
)
Description:
Fix for the issue
Filename:
MIME Type:
Creator:
Tarmo Tänav
Created:
2008-05-15 23:22:13 UTC
Size:
681 bytes
patch
obsolete
>diff -Naur work.old/gnotime-2.3.0/src/projects-tree.c work/gnotime-2.3.0/src/projects-tree.c >--- work.old/gnotime-2.3.0/src/projects-tree.c 2008-01-23 18:50:29.000000000 +0200 >+++ work/gnotime-2.3.0/src/projects-tree.c 2008-03-10 15:53:47.000000000 +0200 >@@ -266,7 +266,7 @@ > priv->column_definitions[8].default_width = 72; > > priv->column_definitions[9].name = "description"; >- priv->column_definitions[9].model_column = TITLE_COLUMN; >+ priv->column_definitions[9].model_column = DESCRIPTION_COLUMN; > priv->column_definitions[9].renderer = priv->text_renderer; > priv->column_definitions[9].value_property_name = "text"; > priv->column_definitions[9].label = _("Description");
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 222325
: 153263