After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 331377 - Nautilus->Right click on new folder,unlocalised content in submenu
Nautilus->Right click on new folder,unlocalised content in submenu
Status: RESOLVED FIXED
Product: eel
Classification: Deprecated
Component: general
CVS HEAD
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-16 06:43 UTC by Takao Fujiwara
Modified: 2006-02-16 21:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for eel/eel-editable-label.c (380 bytes, patch)
2006-02-16 06:44 UTC, Takao Fujiwara
none Details | Review

Description Takao Fujiwara 2006-02-16 06:43:17 UTC
Please describe the problem:
Nautilus use eel translations but eel does not include config.h.

Steps to reproduce:
1. Click on the Documents icon on the desktop
2. Go to [File] -> [Create Folder]
3. Right click on the name of the new folder when it appears ( while the text is
highlighted to name the folder )


Actual results:
The following strings will be unlocalised in the submenu:
   "Select All"
   "Input Methods" 


Expected results:


Does this happen every time?


Other information:
I'm attaching the patch.
Comment 1 Takao Fujiwara 2006-02-16 06:44:20 UTC
Created attachment 59454 [details] [review]
Patch for eel/eel-editable-label.c
Comment 2 Christian Neumair 2006-02-16 10:03:25 UTC
Thanks for all your bug reports and patches!
Maybe you could send your patches to nautilus-list [1] for review?

[1] http://mail.gnome.org/mailman/listinfo/nautilus-list
Comment 3 Martin Wehner 2006-02-16 21:34:04 UTC
Committed, thanks.

2006-02-16  Martin Wehner  <martin.wehner@gmail.com>

	* eel/eel-editable-label.c:
	Include config.h to fix i18n of the context menu.
	Fixes bug #331377.
	Patch from Takao Fujiwara <takao.fujiwara@sun.com>