[PATCHES] fixes for some smaller issues



Hi,

attached are three small patches

1.) 01-readme-format.patch
Cosmetic patch for the README file. Fixes a bad line break which
otherwise makes the README a bit hard to read on a 80 char terminal.

2.) 02-nm-applet-translations.patch
nm-connection-editor.c contains translatable strings, so it has to be
added to POTFILES.in.
Required to pass "make check".

3.) 03-nm-applet-make-clean-fixes.patch
Remove autogenerated applet-marshal.[ch] on make clean.
Required to pass "make distcheck".

Please review and apply.

Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
Index: README
===================================================================
--- README	(Revision 3190)
+++ README	(Arbeitskopie)
@@ -20,7 +20,8 @@
 For wireless networking support, NetworkManager keeps a list of wireless
 networks, the preferred list.  Preferred Networks are wireless networks that
 the user has explicitly made NetworkManager associate with at some previous
-time.  So if the user walks into a Starbucks and explicitly asks NetworkManager to associate with that Starbucks network, NetworkManager will remember the
+time.  So if the user walks into a Starbucks and explicitly asks NetworkManager
+to associate with that Starbucks network, NetworkManager will remember the
 Starbucks network information from that point on.  Upon returning to that
 Starbucks, NetworkManager will attempt to associate _automatically_ with the
 Starbucks network since it is now in the Preferred Networks list.  The point of
Index: po/POTFILES.in
===================================================================
--- po/POTFILES.in	(Revision 425)
+++ po/POTFILES.in	(Arbeitskopie)
@@ -6,6 +6,7 @@
 src/applet.c
 src/applet.glade
 src/applet.h
+src/connection-editor/nm-connection-editor.c
 src/connection-editor/nm-connection-editor.glade
 src/eggtrayicon.c
 src/eggtrayicon.h
Index: src/Makefile.am
===================================================================
--- src/Makefile.am	(Revision 425)
+++ src/Makefile.am	(Arbeitskopie)
@@ -77,7 +77,7 @@
 gladedir = $(datadir)/nm-applet
 glade_DATA = applet.glade keyring.png
 
-CLEANFILES = *.bak *.gladep
+CLEANFILES = *.bak *.gladep applet-marshal.c applet-marshal.h
 
 EXTRA_DIST = 				\
 	$(glade_DATA)			\

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]