GNOME Bugzilla – Bug 309853
Places menu "computer" entry doesn't honor user setting
Last modified: 2005-09-15 20:48:19 UTC
The "computer" icon on the desktop allows you to rename it to something more descriptive. This setting is kept in the gconf key: /apps/nautilus/desktop/computer_icon_name However this setting doesnt affect the Places menu, which continues to read, "computer" no matter what it has been renamed to. These labels should match.
Created attachment 48994 [details] [review] Patch that should fix that The patch is badly done... but the code itself works quite fine here and, of course, fixes that problem. Testing is really appreciated. It's the first CVS patch i submit, so if anybody can suggest me some guidelines about patching files, I would be pleased. Marco
Created attachment 48995 [details] [review] WORKING patch, I bet OK, this should patch fine, it does, I tried, and it works fine. This contains: 1) A fix for #309853 2) A GUI implementation for "killall gnome-panel" as a context menu entry called "Refresh Panel" (useful when having broken applets, you can't imagine how much I used this one during this last hour, so you may think about including it, you decide!) 3) The it.po patch for "Refresh Panel", of course Sorry for having posted 2) and 3) here but I have found them useful, and I thought that if you didn't want them, they could be easily removed from the diff. Marco
Your patch is not okay since it does not correctly use gconf. I've committed a fix for this. (also, "refresh panel" will not be accepted ;-))