patchGNU Source Installer - Patches: patch #6328, patch for...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #6328: patch for sourceinstall-gtk/package_list.c

Submitter:  Jorma Karvonen <jormak>
Submitted:  Thu 06 Dec 2007 08:53:51 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Invalid Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Thu 06 Dec 2007 08:53:51 PM UTC, original submission:  

23c23,25
<
---

> #ifdef HAVE_NLS
> # include <locale.h>
> #endif

70,71c72,73
<     column = gtk_tree_view_column_new_with_attributes("Packages", renderer,
<       "text", 0, NULL);
---

>     column = gtk_tree_view_column_new_with_attributes( gettext ( "Packages" ), renderer,
>       gettext ( "text" ), 0, NULL);

140c142
<     char *title = "Package selection";
---

>     char *title = gettext ( "Package selection" );

147c149
< printf("no packages selected\n");
---

> printf( gettext ( "no packages selected\n" ));

150c152
<     printf("package unselected (deselected), must close\n");
---

>     printf( gettext (  "package unselected (deselected), must close\n" ));

153,155c155,157
< dialog_warning(title, "Error closing package",
<        "Unexpected error closing current package. This is probably a bug you should report to "
<        PACKAGE_BUGREPORT, 0);
---

> dialog_warning(title, gettext ( "Error closing package" ),
>        gettext ( "Unexpected error closing current package. This is probably a bug you should report to "
>        PACKAGE_BUGREPORT ), 0);

163c165
<     printf("package selected\n");
---

>     printf( gettext ( "package selected\n" ));

166c168
< printf("change package, must close previous\n");
---

> printf( gettext ( "change package, must close previous\n" ));

169,171c171,173
<     dialog_warning(title, "Error closing package",
<    "Unexpected error changing current package. This is probably a bug you should report to "
<    PACKAGE_BUGREPORT, 0);
---

>     dialog_warning(title, gettext ( "Error closing package" ),
>    gettext ( "Unexpected error changing current package. This is probably a bug you should report to "
>    PACKAGE_BUGREPORT ), 0);

179,180c181,182
< dialog_warning(title, "Could not open package",
<        "Failed to open package", text);
---

> dialog_warning(title, gettext ( "Could not open package" ),
>        gettext ( "Failed to open package" ), text);

Jorma Karvonen <jormak>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by sick_soul (Updated the item)
  • -email is unavailable- added by jormak (Submitted the item)
  • -email is unavailable- added by jormak (patch for sourceinstall-gtk/package_list.c)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-12-08 sick_soul StatusNone Invalid
        Open/ClosedOpen Closed
    2007-12-06 jormak Carbon-Copy- Added jormak

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code