mpd password
authorBrenden Matthews <brenden1@rty.ca>
Sun, 7 Aug 2005 19:01:23 +0000 (19:01 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Sun, 7 Aug 2005 19:01:23 +0000 (19:01 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@74 7f574dfc-610e-0410-a909-a81674777703

AUTHORS
ChangeLog
conky.c

diff --git a/AUTHORS b/AUTHORS
index 742e52e..5443877 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -57,6 +57,9 @@ JL Farinacci
 jolapache <jolapache at free dot fr>
   maildir format
 
+Joshua Gerrish <jgerrish at users dot sourceforge dot net>
+  mpd password patch
+
 Jørgen P. Tjernø <daxxar at mental dot mine dot nu>
   Restores default settings before loading new config file in SIGHUP
   Some cleaning and commenting apparently :)
index 09d291f..837e974 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2005-08-07
+       * mpd password patch from Joshua Gerrish
+
 2005-08-06
        * Conky 1.2 released
 
diff --git a/conky.c b/conky.c
index bfd9152..dd3ecd7 100644 (file)
--- a/conky.c
+++ b/conky.c
@@ -3111,7 +3111,6 @@ static void draw_line(char *s)
 
                        case ALIGNC:
                                {
-                                       printf("text_start_x %i text_width %i cur_x %i get_string_width(p) %i text_width %i\n", text_start_x, text_width, cur_x, get_string_width(p), text_width);
                                        int pos_x = (text_start_x*2) + text_width - cur_x -  ((float)get_string_width(p) / 2) - ((float)text_width / 2);
                                        if (pos_x >
                                            specials[special_index].arg)