<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,16 +1,21 @@
---- Author:
-
+--- Artist(s):
+	*Kaity G. B. &lt;uberChick@uberChicGeekChick.Com&gt;
+		http://uberChicGeekChick.Com/
+		http://twitter.com/uberChick
+
+--- Special Thanks ( Testing, feedback, &amp; etc )
+	*Lord_Drachenblut
+		http://thedigitaldragonslair.com/
+		http://twitter.com/lorddrachenblut
+
+---------------------------------------------------------------
+--- Twitux Author
  * Daniel Morales &lt;daniminas@gmail.com&gt;
 
-
 --- Contributors/Big thanks to:
 
  * Brian Pepple  &lt;bpepple@fedoraproject.org&gt;
 
---- Various fixes, patches, &amp; improvements
-
- * Kaity G. B. &lt;uberChicGeekChick@openSUSE.us&gt;
-
 --- Translators:
 
  * Swedish - Daniel Nylander &lt;po@danielnylander.se&gt;</diff>
      <filename>AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,19 @@
+2009-03-03  Kaity G. B. &lt;uberChick@uberChicGeekChick.Com&gt;
+
+	* src/{?}-network.c: network_get_image
+		the system was using the basename of friends avatar urls for
+		the name of the images that were being saved.  So I've added
+		the friend's profile id as a prefix of the image name. I also
+		changed it so that all image strings are automatically null
+		terminated so the old checks were safly removed to improve
+		efficancy.
+
+	* src/{?}-parser.c &amp; src/{?}-send-message-dialog.c:
+		I removed unneeded #includes.
+
 2009-03-01  Kaity G. B. &lt;uberChick@uberChicGeekChick.Com&gt;
 
-	* ./*: forked from twitux.
+	* ./*: forked from {?}.
 		The changes below where submitted but most where not accepted
 		&amp; again the fact that I'm an artist &amp; those programming are
 		standard ignorant, arogant, engineer wanna be types.
@@ -9,31 +22,31 @@
 		join &amp; contribute to existing OSS projects &amp; the open source
 		community.
 
-	* directories: ./.svn, ./src/.svn, ./libtwitux/.svn, ./data/.svn,
+	* directories: ./.svn, ./src/.svn, ./lib{?}/.svn, ./data/.svn,
 	./data/glade/.svn, ./po/.svn, ./help/.svn, ./help/C/.svn
 		All subversion trails are now removed.  I have to fork but I
 		merge in others code especially if mine is unwanted.
 	
-	* src/twitux-app.c: removed unused objects.
+	* src/{?}-app.c: removed unused objects.
 		There were 3 methods where priv objects were being defined and
 		initialized but never used.  So that's gone.
 
 2009-02-29  Kaity G. B. &lt;uberChick@uberChicGeekChick.Com&gt;
 
-	* src/twitux-network.c: twitux_network_sort_users
+	* src/{?}-network.c: {?}_network_sort_users
 		I have added this so lists of friends and followers are now
 		sorted alphabetically so friends can easily be found when
 		sending direct messages or viewing their status.
 	
-	* src/twitux-network.c: twitux_network_make_users_list
+	* src/{?}-network.c: {?}_network_make_users_list
 				&amp; network_cb_on_users
 		Both methods now sort the GList they create by calling the
-		above method, twitux_network_sort_users, using GTK's
+		above method, {?}_network_sort_users, using GTK's
 		g_list_sort method.
 	
 2009-02-27  Kaity G. B. &lt;uberChick@uberChicGeekChick.Com&gt;
 
-	* src/twitux-parser.c: twitux_parser_timeline
+	* src/{?}-parser.c: {?}_parser_timeline
 		I changed what is saved in the GtkListStore so that the user
 		preference for displaying user name vs screen name effects
 		what is displayed when the tweet is expanded so now the same
@@ -41,7 +54,7 @@
 
 2009-02-26  Kaity G. B. &lt;uberChick@uberChicGeekChick.Com&gt;
 
-	* src/twitux-lists-dialog.c: twitux_lists_dialog_show
+	* src/{?}-lists-dialog.c: {?}_lists_dialog_show
 		As I mentioned in my previous ChangeLog entry about this
 		method it was not setting &amp; resetting the dialog's WATCH
 		cursor.  I have now fixed it so that it locks the dialog until
@@ -50,13 +63,13 @@
 		loading the list, than resetting the cursor and re-enabling
 		the window.
 
-	* src/twitux-send-message-dialog.c: message_setup
+	* src/{?}-send-message-dialog.c: message_setup
 		I stopped this method from setting focus when loading the
 		dialog so the correct focus can be set depending on whether a
 		&quot;What are you doing?&quot; status update or direct messaging is
 		being sent.
 	
-	* src/twitux-send-message-dialog.c: twitux_message_show_friends
+	* src/{?}-send-message-dialog.c: {?}_message_show_friends
 		I optimized this method and its code so its much easier to
 		read &amp; understand what is going on.  More over I have added
 		calls to 'gtk_widget_grab_focus' so that when a status update
@@ -66,15 +79,15 @@
 
 2009-02-25  Kaity G. B. &lt;uberChick@uberChicGeekChick.Com&gt;
 
-	* src/twitux-network.c:	rewrote: twitux_network_get_friends &amp;
-		twitux_network_get_followers.
+	* src/{?}-network.c:	rewrote: {?}_network_get_friends &amp;
+		{?}_network_get_followers.
 		created make_users_list.
 		
 		I have fixed Twitux so it now loads all of the user's
 		friends/followers for when sending a direct message or when
 		selecting to view a specific friends statuses.
 		
-	* src/twitux-lists-dialog.c: twitux_lists_dialog_show
+	* src/{?}-lists-dialog.c: {?}_lists_dialog_show
 		I removed the code that was changing the cursor to a busy
 		cursor.  It was disabling the friends list only after friends
 		list was loaded.  so they'd all appear there but could not be
@@ -88,19 +101,19 @@
 		I added export GREP_OPTIONS=&quot;&quot;; to both shell execs so it
 		actually finds files in the format it expects.
 	
-	* data/Makefile.in: twitux.desktop
+	* data/Makefile.in: {?}.desktop
 		changed:
-		twitux.desktop.in: $(top_builddir)/config.status $(srcdir)/twitux.desktop.in.in
+		{?}.desktop.in: $(top_builddir)/config.status $(srcdir)/{?}.desktop.in.in
 		to
-		twitux.desktop: $(top_builddir)/config.status $(srcdir)/twitux.desktop.in
+		{?}.desktop: $(top_builddir)/config.status $(srcdir)/{?}.desktop.in
 	
-	* help/twitux-omf.in: depricated.
+	* help/{?}-omf.in: depricated.
 
 2009-02-11  Kaity G. B. &lt;uberChick@uberChicGeekChick.Com&gt;
 
 	* configure: ac_config_files
 		I modified them so they look for 'po/Makefile' and
-		'data/twitux.desktop' correctly an will fall back to the
+		'data/{?}.desktop' correctly an will fall back to the
 		correct '.in' when needed.
 
 	* po/Makefile.in: clean &amp; dist distdirs
@@ -108,37 +121,37 @@
 		files.  Now po/Makefile's clean &amp; beyond will now work.  Most
 		importantly make clean will now work.
 	
-	* po/POFILES: twitux.desktop.in.in
-	* po/POFILES.in: twitux.desktop.in.in
-		These were both referencing twitux.desktop.in.in which was
-		only a duplicate of twitux.desktop.in.  They now correctly
-		look for twitux.desktop.in
+	* po/POFILES: {?}.desktop.in.in
+	* po/POFILES.in: {?}.desktop.in.in
+		These were both referencing {?}.desktop.in.in which was
+		only a duplicate of {?}.desktop.in.  They now correctly
+		look for {?}.desktop.in
 
 	* data/Makefile.am: .PRECIOUS: Makefile and multiple varibles
 	* data/Makefile.in: .PRECIOUS: Makefile and multiple varibles
 		I changed references to Makefile.in.in &amp;
-		twitux-desktop.in.in to point to Makefile.in &amp;
-		twitux.desktop.in respectfully.  I also removed the unnead
+		{?}-desktop.in.in to point to Makefile.in &amp;
+		{?}.desktop.in respectfully.  I also removed the unnead
 		'.in.in' files.
 
 2009-02-09  Kaity G. B. &lt;uberChick@uberChicGeekChick.Com&gt;
 
-	* src/twitux-app.c: twitux_app_set_image &amp; twitux_app_expand_message
-	* src/twitux-tweet-list.c: tweet_list_changed_cb
+	* src/{?}-app.c: {?}_app_set_image &amp; {?}_app_expand_message
+	* src/{?}-tweet-list.c: tweet_list_changed_cb
 		I plugged some large memory leaks by unreferencing
 		GdkPixbuf(s) &amp; various other gobjects used my Twitux for
 		Twitter's avatars.
 
 2009-02-06  Kaity G. B. &lt;uberChick@uberChicGeekChick.Com&gt;
 
-	* src/twitux-app.c: twitux_app_set_image &amp; twitux_app_expand_message
-	* src/twitux-tweet-list.c: tweet_list_setup_view
+	* src/{?}-app.c: {?}_app_set_image &amp; {?}_app_expand_message
+	* src/{?}-tweet-list.c: tweet_list_setup_view
 		I wrote resizing code to stop large images from bloating
 		Twitux's tweet list.  I have also added code to keep the
 		tweet list avatar column at a fixed width.
 
-[previous notes on where twitux came from can be found in the original
-project's changelog - why it was forked can be read at:
+[previous notes on where {?} came from can be found in Twitux's changelog,
+Twitux is the project {?} was forked from.  Why {?} was forked can be read at:
 	http://sourceforge.net/tracker2/index.php?func=detail&amp;aid=2648731&amp;group_id=198704&amp;atid=966544
 which is what happened when I tried to submit my 2nd patch to the orginal
 project.]</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ Installation Instructions
 *************************
 
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007 Free Software Foundation, Inc.
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.</diff>
      <filename>INSTALL</filename>
    </modified>
    <modified>
      <diff>@@ -72,13 +72,13 @@ am__remove_distdir = \
 GZIP_ENV = --best
 DIST_ARCHIVES = $(distdir).tar.bz2
 distcleancheck_listfiles = find . -type f -print
-ACLOCAL = ${SHELL} /projects/gtk/twitux/missing --run aclocal-1.10
+ACLOCAL = ${SHELL} /projects/gtk/g-greet/missing --run aclocal-1.10
 ALL_LINGUAS = 
-AMTAR = ${SHELL} /projects/gtk/twitux/missing --run tar
+AMTAR = ${SHELL} /projects/gtk/g-greet/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /projects/gtk/twitux/missing --run autoconf
-AUTOHEADER = ${SHELL} /projects/gtk/twitux/missing --run autoheader
-AUTOMAKE = ${SHELL} /projects/gtk/twitux/missing --run automake-1.10
+AUTOCONF = ${SHELL} /projects/gtk/g-greet/missing --run autoconf
+AUTOHEADER = ${SHELL} /projects/gtk/g-greet/missing --run autoheader
+AUTOMAKE = ${SHELL} /projects/gtk/g-greet/missing --run automake-1.10
 AWK = gawk
 CATALOGS = 
 CATOBJEXT = .gmo
@@ -167,7 +167,7 @@ LIBTWITUX_LIBS = -lxml2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangof
 LN_S = ln -s
 LTLIBOBJS = 
 MAINT = #
-MAKEINFO = ${SHELL} /projects/gtk/twitux/missing --run makeinfo
+MAKEINFO = ${SHELL} /projects/gtk/g-greet/missing --run makeinfo
 MKDIR_P = /bin/mkdir -p
 MSGFMT = /usr/bin/msgfmt
 MSGFMT_OPTS = -c
@@ -199,10 +199,10 @@ VERSION = 0.69
 WARN_CFLAGS = -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare 
 WARN_CXXFLAGS = -std=gnu++0x -Wall -Wextra -Wformat=2 -Wswitch-default -Wswitch-enum -O3 -L/lib64 -L/usr/lib64 -L/usr/lib -L/lib -I/usr/include -Wall -Wno-unused 
 XGETTEXT = /usr/bin/xgettext
-abs_builddir = /projects/gtk/twitux
-abs_srcdir = /projects/gtk/twitux
-abs_top_builddir = /projects/gtk/twitux
-abs_top_srcdir = /projects/gtk/twitux
+abs_builddir = /projects/gtk/g-greet
+abs_srcdir = /projects/gtk/g-greet
+abs_top_builddir = /projects/gtk/g-greet
+abs_top_srcdir = /projects/gtk/g-greet
 ac_ct_CC = /usr/bin/gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -231,7 +231,7 @@ host_vendor = suse
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = $(SHELL) /projects/gtk/twitux/install-sh
+install_sh = $(SHELL) /projects/gtk/g-greet/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -938,16 +938,16 @@ pkg_cv_TWITUX_LIBS='-L/usr/lib -L/lib64 -lsexy -lxml2 -lcanberra-gtk -lcanberra
 ## Output variables. ##
 ## ----------------- ##
 
-ACLOCAL='${SHELL} /projects/gtk/twitux/missing --run aclocal-1.10'
+ACLOCAL='${SHELL} /projects/gtk/g-greet/missing --run aclocal-1.10'
 ALL_LINGUAS=''
 AMDEPBACKSLASH='\'
 AMDEP_FALSE='#'
 AMDEP_TRUE=''
-AMTAR='${SHELL} /projects/gtk/twitux/missing --run tar'
+AMTAR='${SHELL} /projects/gtk/g-greet/missing --run tar'
 AR='ar'
-AUTOCONF='${SHELL} /projects/gtk/twitux/missing --run autoconf'
-AUTOHEADER='${SHELL} /projects/gtk/twitux/missing --run autoheader'
-AUTOMAKE='${SHELL} /projects/gtk/twitux/missing --run automake-1.10'
+AUTOCONF='${SHELL} /projects/gtk/g-greet/missing --run autoconf'
+AUTOHEADER='${SHELL} /projects/gtk/g-greet/missing --run autoheader'
+AUTOMAKE='${SHELL} /projects/gtk/g-greet/missing --run automake-1.10'
 AWK='gawk'
 CATALOGS=''
 CATOBJEXT='.gmo'
@@ -1047,7 +1047,7 @@ LTLIBOBJS=''
 MAINT='#'
 MAINTAINER_MODE_FALSE=''
 MAINTAINER_MODE_TRUE='#'
-MAKEINFO='${SHELL} /projects/gtk/twitux/missing --run makeinfo'
+MAKEINFO='${SHELL} /projects/gtk/g-greet/missing --run makeinfo'
 MSGFMT='/usr/bin/msgfmt'
 MSGFMT_OPTS='-c'
 MSGMERGE='/usr/bin/msgmerge'
@@ -1110,7 +1110,7 @@ host_vendor='suse'
 htmldir='${docdir}'
 includedir='${prefix}/include'
 infodir='${datarootdir}/info'
-install_sh='$(SHELL) /projects/gtk/twitux/install-sh'
+install_sh='$(SHELL) /projects/gtk/g-greet/install-sh'
 libdir='${exec_prefix}/lib'
 libexecdir='${exec_prefix}/libexec'
 localedir='${datarootdir}/locale'</diff>
      <filename>config.log</filename>
    </modified>
    <modified>
      <diff>@@ -341,7 +341,7 @@ Copyright (C) 2006 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.&quot;
 
-ac_pwd='/projects/gtk/twitux'
+ac_pwd='/projects/gtk/g-greet'
 srcdir='.'
 INSTALL='/usr/bin/install -c'
 MKDIR_P='/bin/mkdir -p'
@@ -548,19 +548,19 @@ s,@am__isrc@,|#_!!_#|,g
 s,@CYGPATH_W@,|#_!!_#|echo,g
 s,@PACKAGE@,|#_!!_#|twitux,g
 s,@VERSION@,|#_!!_#|0.69,g
-s,@ACLOCAL@,|#_!!_#|${SHELL} /projects/gtk/twitux/missing --run aclocal-1.10,g
-s,@AUTOCONF@,|#_!!_#|${SHELL} /projects/gtk/twitux/missing --run autoconf,g
-s,@AUTOMAKE@,|#_!!_#|${SHELL} /projects/gtk/twitux/missing --run automake-1.10,g
-s,@AUTOHEADER@,|#_!!_#|${SHELL} /projects/gtk/twitux/missing --run autoheader,g
-s,@MAKEINFO@,|#_!!_#|${SHELL} /projects/gtk/twitux/missing --run makeinfo,g
-s,@install_sh@,|#_!!_#|$(SHELL) /projects/gtk/twitux/install-sh,g
+s,@ACLOCAL@,|#_!!_#|${SHELL} /projects/gtk/g-greet/missing --run aclocal-1.10,g
+s,@AUTOCONF@,|#_!!_#|${SHELL} /projects/gtk/g-greet/missing --run autoconf,g
+s,@AUTOMAKE@,|#_!!_#|${SHELL} /projects/gtk/g-greet/missing --run automake-1.10,g
+s,@AUTOHEADER@,|#_!!_#|${SHELL} /projects/gtk/g-greet/missing --run autoheader,g
+s,@MAKEINFO@,|#_!!_#|${SHELL} /projects/gtk/g-greet/missing --run makeinfo,g
+s,@install_sh@,|#_!!_#|$(SHELL) /projects/gtk/g-greet/install-sh,g
 s,@STRIP@,|#_!!_#|strip,g
 s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|$(install_sh) -c -s,g
 s,@mkdir_p@,|#_!!_#|/bin/mkdir -p,g
 s,@AWK@,|#_!!_#|gawk,g
 s,@SET_MAKE@,|#_!!_#|,g
 s,@am__leading_dot@,|#_!!_#|.,g
-s,@AMTAR@,|#_!!_#|${SHELL} /projects/gtk/twitux/missing --run tar,g
+s,@AMTAR@,|#_!!_#|${SHELL} /projects/gtk/g-greet/missing --run tar,g
 s,@am__tar@,|#_!!_#|${AMTAR} chof - &quot;$$tardir&quot;,g
 s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
 s,@MAINTAINER_MODE_TRUE@,|#_!!_#|#,g</diff>
      <filename>config.status</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
-AC_INIT([Twitux], [0.69], [http://sourceforge.net/tracker/?func=add&amp;group_id=198704&amp;atid=966542], [twitux])
+AC_INIT([g-greet], [0.1.0], [https://www.github.com/uberchicgeekchick/g-greet], [g-greet])
 AC_PREREQ(2.59)
-AC_COPYRIGHT([Copyright (C) 2007-2009 Daniel Morales])
+AC_COPYRIGHT([Copyright (C) 2009 Kaity G. B.])
 
 AC_CONFIG_SRCDIR([src/twitux-main.c])
 AC_CONFIG_HEADERS(config.h)</diff>
      <filename>configure.in</filename>
    </modified>
    <modified>
      <diff>@@ -62,13 +62,13 @@ svgiconDATA_INSTALL = $(INSTALL_DATA)
 DATA = $(desktop_DATA) $(glade_DATA) $(icon_DATA) $(schemas_DATA) \
 	$(svgicon_DATA)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /projects/gtk/twitux/missing --run aclocal-1.10
+ACLOCAL = ${SHELL} /projects/gtk/g-greet/missing --run aclocal-1.10
 ALL_LINGUAS = 
-AMTAR = ${SHELL} /projects/gtk/twitux/missing --run tar
+AMTAR = ${SHELL} /projects/gtk/g-greet/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /projects/gtk/twitux/missing --run autoconf
-AUTOHEADER = ${SHELL} /projects/gtk/twitux/missing --run autoheader
-AUTOMAKE = ${SHELL} /projects/gtk/twitux/missing --run automake-1.10
+AUTOCONF = ${SHELL} /projects/gtk/g-greet/missing --run autoconf
+AUTOHEADER = ${SHELL} /projects/gtk/g-greet/missing --run autoheader
+AUTOMAKE = ${SHELL} /projects/gtk/g-greet/missing --run automake-1.10
 AWK = gawk
 CATALOGS = 
 CATOBJEXT = .gmo
@@ -155,7 +155,7 @@ LIBTWITUX_LIBS = -lxml2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangof
 LN_S = ln -s
 LTLIBOBJS = 
 MAINT = #
-MAKEINFO = ${SHELL} /projects/gtk/twitux/missing --run makeinfo
+MAKEINFO = ${SHELL} /projects/gtk/g-greet/missing --run makeinfo
 MKDIR_P = /bin/mkdir -p
 MSGFMT = /usr/bin/msgfmt
 MSGFMT_OPTS = -c
@@ -187,10 +187,10 @@ VERSION = 0.69
 WARN_CFLAGS = -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare 
 WARN_CXXFLAGS = -std=gnu++0x -Wall -Wextra -Wformat=2 -Wswitch-default -Wswitch-enum -O3 -L/lib64 -L/usr/lib64 -L/usr/lib -L/lib -I/usr/include -Wall -Wno-unused 
 XGETTEXT = /usr/bin/xgettext
-abs_builddir = /projects/gtk/twitux/data
-abs_srcdir = /projects/gtk/twitux/data
-abs_top_builddir = /projects/gtk/twitux
-abs_top_srcdir = /projects/gtk/twitux
+abs_builddir = /projects/gtk/g-greet/data
+abs_srcdir = /projects/gtk/g-greet/data
+abs_top_builddir = /projects/gtk/g-greet
+abs_top_srcdir = /projects/gtk/g-greet
 ac_ct_CC = /usr/bin/gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -219,7 +219,7 @@ host_vendor = suse
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = $(SHELL) /projects/gtk/twitux/install-sh
+install_sh = $(SHELL) /projects/gtk/g-greet/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale</diff>
      <filename>data/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -69,13 +69,13 @@ CONFIG_CLEAN_FILES =
 SOURCES =
 DIST_SOURCES =
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /projects/gtk/twitux/missing --run aclocal-1.10
+ACLOCAL = ${SHELL} /projects/gtk/g-greet/missing --run aclocal-1.10
 ALL_LINGUAS = 
-AMTAR = ${SHELL} /projects/gtk/twitux/missing --run tar
+AMTAR = ${SHELL} /projects/gtk/g-greet/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /projects/gtk/twitux/missing --run autoconf
-AUTOHEADER = ${SHELL} /projects/gtk/twitux/missing --run autoheader
-AUTOMAKE = ${SHELL} /projects/gtk/twitux/missing --run automake-1.10
+AUTOCONF = ${SHELL} /projects/gtk/g-greet/missing --run autoconf
+AUTOHEADER = ${SHELL} /projects/gtk/g-greet/missing --run autoheader
+AUTOMAKE = ${SHELL} /projects/gtk/g-greet/missing --run automake-1.10
 AWK = gawk
 CATALOGS = 
 CATOBJEXT = .gmo
@@ -162,7 +162,7 @@ LIBTWITUX_LIBS = -lxml2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangof
 LN_S = ln -s
 LTLIBOBJS = 
 MAINT = #
-MAKEINFO = ${SHELL} /projects/gtk/twitux/missing --run makeinfo
+MAKEINFO = ${SHELL} /projects/gtk/g-greet/missing --run makeinfo
 MKDIR_P = /bin/mkdir -p
 MSGFMT = /usr/bin/msgfmt
 MSGFMT_OPTS = -c
@@ -194,10 +194,10 @@ VERSION = 0.69
 WARN_CFLAGS = -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare 
 WARN_CXXFLAGS = -std=gnu++0x -Wall -Wextra -Wformat=2 -Wswitch-default -Wswitch-enum -O3 -L/lib64 -L/usr/lib64 -L/usr/lib -L/lib -I/usr/include -Wall -Wno-unused 
 XGETTEXT = /usr/bin/xgettext
-abs_builddir = /projects/gtk/twitux/help
-abs_srcdir = /projects/gtk/twitux/help
-abs_top_builddir = /projects/gtk/twitux
-abs_top_srcdir = /projects/gtk/twitux
+abs_builddir = /projects/gtk/g-greet/help
+abs_srcdir = /projects/gtk/g-greet/help
+abs_top_builddir = /projects/gtk/g-greet
+abs_top_srcdir = /projects/gtk/g-greet
 ac_ct_CC = /usr/bin/gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -226,7 +226,7 @@ host_vendor = suse
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = $(SHELL) /projects/gtk/twitux/install-sh
+install_sh = $(SHELL) /projects/gtk/g-greet/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
@@ -251,7 +251,7 @@ _DOC_REAL_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),		\
 	$(filter $(LINGUAS),$(DOC_LINGUAS)),					\
 	$(DOC_LINGUAS))
 
-_DOC_ABS_SRCDIR = /projects/gtk/twitux/help
+_DOC_ABS_SRCDIR = /projects/gtk/g-greet/help
 _ENABLE_SK = true
 
 ################################################################################</diff>
      <filename>help/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -69,13 +69,13 @@ DIST_SOURCES = $(am__libtwitux_la_SOURCES_DIST)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /projects/gtk/twitux/missing --run aclocal-1.10
+ACLOCAL = ${SHELL} /projects/gtk/g-greet/missing --run aclocal-1.10
 ALL_LINGUAS = 
-AMTAR = ${SHELL} /projects/gtk/twitux/missing --run tar
+AMTAR = ${SHELL} /projects/gtk/g-greet/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /projects/gtk/twitux/missing --run autoconf
-AUTOHEADER = ${SHELL} /projects/gtk/twitux/missing --run autoheader
-AUTOMAKE = ${SHELL} /projects/gtk/twitux/missing --run automake-1.10
+AUTOCONF = ${SHELL} /projects/gtk/g-greet/missing --run autoconf
+AUTOHEADER = ${SHELL} /projects/gtk/g-greet/missing --run autoheader
+AUTOMAKE = ${SHELL} /projects/gtk/g-greet/missing --run automake-1.10
 AWK = gawk
 CATALOGS = 
 CATOBJEXT = .gmo
@@ -162,7 +162,7 @@ LIBTWITUX_LIBS = -lxml2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangof
 LN_S = ln -s
 LTLIBOBJS = 
 MAINT = #
-MAKEINFO = ${SHELL} /projects/gtk/twitux/missing --run makeinfo
+MAKEINFO = ${SHELL} /projects/gtk/g-greet/missing --run makeinfo
 MKDIR_P = /bin/mkdir -p
 MSGFMT = /usr/bin/msgfmt
 MSGFMT_OPTS = -c
@@ -194,10 +194,10 @@ VERSION = 0.69
 WARN_CFLAGS = -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare 
 WARN_CXXFLAGS = -std=gnu++0x -Wall -Wextra -Wformat=2 -Wswitch-default -Wswitch-enum -O3 -L/lib64 -L/usr/lib64 -L/usr/lib -L/lib -I/usr/include -Wall -Wno-unused 
 XGETTEXT = /usr/bin/xgettext
-abs_builddir = /projects/gtk/twitux/libtwitux
-abs_srcdir = /projects/gtk/twitux/libtwitux
-abs_top_builddir = /projects/gtk/twitux
-abs_top_srcdir = /projects/gtk/twitux
+abs_builddir = /projects/gtk/g-greet/libtwitux
+abs_srcdir = /projects/gtk/g-greet/libtwitux
+abs_top_builddir = /projects/gtk/g-greet
+abs_top_srcdir = /projects/gtk/g-greet
 ac_ct_CC = /usr/bin/gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -226,7 +226,7 @@ host_vendor = suse
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = $(SHELL) /projects/gtk/twitux/install-sh
+install_sh = $(SHELL) /projects/gtk/g-greet/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale</diff>
      <filename>libtwitux/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -36,7 +36,7 @@ libdir = ${exec_prefix}/lib
 DATADIRNAME = share
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
 subdir = po
-install_sh = $(SHELL) /projects/gtk/twitux/install-sh
+install_sh = $(SHELL) /projects/gtk/g-greet/install-sh
 # Automake &gt;= 1.8 provides /bin/mkdir -p.
 # Until it can be supposed, use the safe fallback:
 mkdir_p = $(install_sh) -d
@@ -178,13 +178,13 @@ mostlyclean:
 clean: mostlyclean
 
 distclean: clean
-	rm -f Makefile Makefile.in POTFILES stamp-it
+	rm -f Makefile POTFILES stamp-it
 	rm -f *.mo *.msg *.cat *.cat.m *.gmo
 
 maintainer-clean: distclean
 	@echo &quot;This command is intended for maintainers to use;&quot;
 	@echo &quot;it deletes files that may require special tools to rebuild.&quot;
-	rm -f Makefile.in
+	#rm -f Makefile.in
 
 dist distdir: $(DISTFILES)
 	dists=&quot;$(DISTFILES)&quot;; \</diff>
      <filename>po/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -159,13 +159,13 @@ mostlyclean:
 clean: mostlyclean
 
 distclean: clean
-	rm -f Makefile Makefile.in POTFILES stamp-it
+	rm -f Makefile POTFILES stamp-it
 	rm -f *.mo *.msg *.cat *.cat.m *.gmo
 
 maintainer-clean: distclean
 	@echo &quot;This command is intended for maintainers to use;&quot;
 	@echo &quot;it deletes files that may require special tools to rebuild.&quot;
-	rm -f Makefile.in
+	#rm -f Makefile.in
 
 dist distdir: $(DISTFILES)
 	dists=&quot;$(DISTFILES)&quot;; \</diff>
      <filename>po/Makefile.in</filename>
    </modified>
    <modified>
      <diff>@@ -397,8 +397,7 @@ twitux-main.o: twitux-main.c ../config.h /usr/include/gtk-2.0/gtk/gtk.h \
   /usr/include/bits/string.h /usr/include/bits/string2.h \
   /usr/include/endian.h /usr/include/bits/endian.h \
   /usr/include/bits/byteswap.h /usr/include/stdlib.h \
-  /usr/include/glib-2.0/glib/gprintf.h /usr/include/libnotify/notify.h \
-  /usr/include/libnotify/notification.h \
+  /usr/include/libnotify/notify.h /usr/include/libnotify/notification.h \
   /usr/include/libnotify/notify-enum-types.h ../libtwitux/twitux-paths.h \
   twitux-app.h twitux-parser.h twitux-network.h
 
@@ -1324,8 +1323,6 @@ twitux-main.o: twitux-main.c ../config.h /usr/include/gtk-2.0/gtk/gtk.h \
 
 /usr/include/stdlib.h:
 
-/usr/include/glib-2.0/glib/gprintf.h:
-
 /usr/include/libnotify/notify.h:
 
 /usr/include/libnotify/notification.h:</diff>
      <filename>src/.deps/twitux-main.Po</filename>
    </modified>
    <modified>
      <diff>@@ -394,10 +394,8 @@ twitux-parser.o: twitux-parser.c ../config.h /usr/include/time.h \
   /usr/include/gtk-2.0/gtk/gtkoptionmenu.h \
   /usr/include/gtk-2.0/gtk/gtkpreview.h \
   /usr/include/gtk-2.0/gtk/gtktipsquery.h \
-  /usr/include/glib-2.0/glib/gstdio.h \
-  /usr/include/glib-2.0/glib/gprintf.h /usr/include/sys/stat.h \
-  /usr/include/bits/stat.h /usr/include/glib-2.0/glib/gi18n.h \
-  /usr/include/libintl.h /usr/include/locale.h /usr/include/bits/locale.h \
+  /usr/include/glib-2.0/glib/gi18n.h /usr/include/libintl.h \
+  /usr/include/locale.h /usr/include/bits/locale.h \
   /usr/include/libxml2/libxml/parser.h \
   /usr/include/libxml2/libxml/xmlversion.h \
   /usr/include/libxml2/libxml/xmlexports.h \
@@ -1326,14 +1324,6 @@ twitux-parser.o: twitux-parser.c ../config.h /usr/include/time.h \
 
 /usr/include/gtk-2.0/gtk/gtktipsquery.h:
 
-/usr/include/glib-2.0/glib/gstdio.h:
-
-/usr/include/glib-2.0/glib/gprintf.h:
-
-/usr/include/sys/stat.h:
-
-/usr/include/bits/stat.h:
-
 /usr/include/glib-2.0/glib/gi18n.h:
 
 /usr/include/libintl.h:</diff>
      <filename>src/.deps/twitux-parser.Po</filename>
    </modified>
    <modified>
      <diff>@@ -64,11 +64,7 @@ twitux-send-message-dialog.o: twitux-send-message-dialog.c ../config.h \
   /usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
   /usr/include/glib-2.0/glib/gurifuncs.h /usr/include/libintl.h \
   /usr/include/locale.h /usr/include/bits/locale.h \
-  /usr/include/glib-2.0/glib/gprintf.h /usr/include/stdio.h \
-  /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
-  /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
-  /usr/include/bits/stdio.h ../libtwitux/twitux-conf.h \
-  /usr/include/glib-2.0/glib-object.h \
+  ../libtwitux/twitux-conf.h /usr/include/glib-2.0/glib-object.h \
   /usr/include/glib-2.0/gobject/gboxed.h \
   /usr/include/glib-2.0/gobject/gtype.h \
   /usr/include/glib-2.0/gobject/genums.h \
@@ -155,8 +151,10 @@ twitux-send-message-dialog.o: twitux-send-message-dialog.c ../config.h \
   /usr/include/pango-1.0/pango/pango-layout.h \
   /usr/include/pango-1.0/pango/pango-tabs.h \
   /usr/include/pango-1.0/pango/pango-renderer.h \
-  /usr/include/pango-1.0/pango/pango-utils.h \
-  /usr/lib64/gtk-2.0/include/gdkconfig.h \
+  /usr/include/pango-1.0/pango/pango-utils.h /usr/include/stdio.h \
+  /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
+  /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
+  /usr/include/bits/stdio.h /usr/lib64/gtk-2.0/include/gdkconfig.h \
   /usr/include/gtk-2.0/gdk/gdkdisplay.h \
   /usr/include/gtk-2.0/gdk/gdkevents.h \
   /usr/include/gtk-2.0/gdk/gdkcolor.h /usr/include/gtk-2.0/gdk/gdkdnd.h \
@@ -597,22 +595,6 @@ twitux-send-message-dialog.o: twitux-send-message-dialog.c ../config.h \
 
 /usr/include/bits/locale.h:
 
-/usr/include/glib-2.0/glib/gprintf.h:
-
-/usr/include/stdio.h:
-
-/usr/include/libio.h:
-
-/usr/include/_G_config.h:
-
-/usr/include/wchar.h:
-
-/usr/include/bits/stdio_lim.h:
-
-/usr/include/bits/sys_errlist.h:
-
-/usr/include/bits/stdio.h:
-
 ../libtwitux/twitux-conf.h:
 
 /usr/include/glib-2.0/glib-object.h:
@@ -807,6 +789,20 @@ twitux-send-message-dialog.o: twitux-send-message-dialog.c ../config.h \
 
 /usr/include/pango-1.0/pango/pango-utils.h:
 
+/usr/include/stdio.h:
+
+/usr/include/libio.h:
+
+/usr/include/_G_config.h:
+
+/usr/include/wchar.h:
+
+/usr/include/bits/stdio_lim.h:
+
+/usr/include/bits/sys_errlist.h:
+
+/usr/include/bits/stdio.h:
+
 /usr/lib64/gtk-2.0/include/gdkconfig.h:
 
 /usr/include/gtk-2.0/gdk/gdkdisplay.h:</diff>
      <filename>src/.deps/twitux-send-message-dialog.Po</filename>
    </modified>
    <modified>
      <diff>@@ -90,13 +90,13 @@ DIST_SOURCES = $(am__twitux_SOURCES_DIST)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /projects/gtk/twitux/missing --run aclocal-1.10
+ACLOCAL = ${SHELL} /projects/gtk/g-greet/missing --run aclocal-1.10
 ALL_LINGUAS = 
-AMTAR = ${SHELL} /projects/gtk/twitux/missing --run tar
+AMTAR = ${SHELL} /projects/gtk/g-greet/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /projects/gtk/twitux/missing --run autoconf
-AUTOHEADER = ${SHELL} /projects/gtk/twitux/missing --run autoheader
-AUTOMAKE = ${SHELL} /projects/gtk/twitux/missing --run automake-1.10
+AUTOCONF = ${SHELL} /projects/gtk/g-greet/missing --run autoconf
+AUTOHEADER = ${SHELL} /projects/gtk/g-greet/missing --run autoheader
+AUTOMAKE = ${SHELL} /projects/gtk/g-greet/missing --run automake-1.10
 AWK = gawk
 CATALOGS = 
 CATOBJEXT = .gmo
@@ -183,7 +183,7 @@ LIBTWITUX_LIBS = -lxml2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangof
 LN_S = ln -s
 LTLIBOBJS = 
 MAINT = #
-MAKEINFO = ${SHELL} /projects/gtk/twitux/missing --run makeinfo
+MAKEINFO = ${SHELL} /projects/gtk/g-greet/missing --run makeinfo
 MKDIR_P = /bin/mkdir -p
 MSGFMT = /usr/bin/msgfmt
 MSGFMT_OPTS = -c
@@ -215,10 +215,10 @@ VERSION = 0.69
 WARN_CFLAGS = -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare 
 WARN_CXXFLAGS = -std=gnu++0x -Wall -Wextra -Wformat=2 -Wswitch-default -Wswitch-enum -O3 -L/lib64 -L/usr/lib64 -L/usr/lib -L/lib -I/usr/include -Wall -Wno-unused 
 XGETTEXT = /usr/bin/xgettext
-abs_builddir = /projects/gtk/twitux/src
-abs_srcdir = /projects/gtk/twitux/src
-abs_top_builddir = /projects/gtk/twitux
-abs_top_srcdir = /projects/gtk/twitux
+abs_builddir = /projects/gtk/g-greet/src
+abs_srcdir = /projects/gtk/g-greet/src
+abs_top_builddir = /projects/gtk/g-greet
+abs_top_srcdir = /projects/gtk/g-greet
 ac_ct_CC = /usr/bin/gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -247,7 +247,7 @@ host_vendor = suse
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = $(SHELL) /projects/gtk/twitux/install-sh
+install_sh = $(SHELL) /projects/gtk/g-greet/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale</diff>
      <filename>src/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -24,7 +24,6 @@
 #include &lt;config.h&gt;
 #include &lt;gtk/gtk.h&gt;
 #include &lt;glib/gi18n.h&gt;
-#include &lt;glib/gprintf.h&gt;
 
 #include &lt;libnotify/notify.h&gt;
 </diff>
      <filename>src/twitux-main.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2007-2009 Daniel Morales &lt;daniminas@gmail.com&gt;
  *
@@ -72,9 +72,6 @@ static void network_cb_on_message	(SoupSession           *session,
 static void network_cb_on_timeline	(SoupSession           *session,
 									 SoupMessage           *msg,
 									 gpointer               user_data);
-static void network_cb_on_users	    (SoupSession           *session,
-									 SoupMessage           *msg,
-									 gpointer               user_data);
 static void network_cb_on_image		(SoupSession           *session,
 									 SoupMessage           *msg,
 									 gpointer               user_data);
@@ -90,10 +87,10 @@ static void network_cb_on_auth		(SoupSession           *session,
 									 gboolean               retrying,
 									 gpointer               data);
 GList *twitux_network_get_users_glist(gboolean get_friends);
+static gboolean network_get_users_page(SoupMessage *msg );
 static int twitux_network_sort_users(TwituxUser *a, TwituxUser *b);
 static void twitux_network_make_users_list(gboolean friends);
 GList *all_users=NULL;
-gboolean fetching=FALSE;
 
 /* Autoreload timeout functions */
 static gboolean 	network_timeout			(gpointer user_data);
@@ -349,10 +346,8 @@ twitux_network_get_user (const gchar *username)
  * 		NULL: Friends will be fetched
  * 		GList: The list of friends (fetched previously)
  */
-GList *
-twitux_network_get_friends (void)
-{
-	return twitux_network_get_users_glist((gboolean)TRUE);
+GList *twitux_network_get_friends (void){
+	return ( user_friends ? user_friends : twitux_network_get_users_glist((gboolean)TRUE) );
 }
 
 
@@ -361,28 +356,21 @@ twitux_network_get_friends (void)
  * 		NULL: Followers will be fetched
  * 		GList: The list of friends (fetched previously)
  */
-GList *
-twitux_network_get_followers (void)
-{
-	return twitux_network_get_users_glist((gboolean)FALSE);
+GList *twitux_network_get_followers (void){
+	return ( user_followers ? user_followers : twitux_network_get_users_glist((gboolean)FALSE) );
 }
 
 GList *twitux_network_get_users_glist(gboolean get_friends){
 	SoupMessage *msg;
 	gint page=0;
 
-	if(get_friends &amp;&amp; user_friends)
-		return user_friends;
-	else if(!get_friends &amp;&amp; user_followers)
-		return user_followers;
-
 	all_users=NULL;
-	fetching=TRUE;
+	gboolean fetching=TRUE;
 	while(fetching){
 		page++;
 		msg=soup_message_new( &quot;GET&quot;, (g_strdup_printf(&quot;%s?page=%d&quot;, (get_friends?TWITUX_API_FOLLOWING:TWITUX_API_FOLLOWERS), page)) );
 		soup_session_send_message(soup_connection, msg);
-		network_cb_on_users(soup_connection, msg, GINT_TO_POINTER(get_friends));
+		fetching=network_get_users_page(msg);
 	}
 	twitux_network_make_users_list(get_friends);
 
@@ -390,14 +378,34 @@ GList *twitux_network_get_users_glist(gboolean get_friends){
 }
 
 
-static int
-twitux_network_sort_users(TwituxUser *a, TwituxUser *b){
+static gboolean network_get_users_page(SoupMessage *msg){
+	twitux_debug(DEBUG_DOMAIN, &quot;Users response: %i&quot;,msg-&gt;status_code);
+	
+	/* Check response */
+	if (!network_check_http(msg-&gt;status_code))
+		return (gboolean)FALSE;
+
+	/* parse user list */
+	twitux_debug(DEBUG_DOMAIN, &quot;Parsing user list&quot;);
+	GList *users;
+	if(! (users=twitux_parser_users_list(msg-&gt;response_body-&gt;data, msg-&gt;response_body-&gt;length)) )
+		return (gboolean)FALSE;
+	
+	if(!all_users)
+		all_users=users;
+	else
+		all_users=g_list_concat(all_users, users);
+	
+	return TRUE;
+}
+
+
+static int twitux_network_sort_users(TwituxUser *a, TwituxUser *b){
 	return g_strcmp0(a-&gt;screen_name,b-&gt;screen_name);
 }
 
 
-static void
-twitux_network_make_users_list( gboolean friends ){
+static void twitux_network_make_users_list( gboolean friends ){
 	if(!all_users){
 		twitux_app_set_statusbar_msg (_(&quot;Users parser error.&quot;));
 		return;
@@ -419,41 +427,38 @@ twitux_network_make_users_list( gboolean friends ){
 
 
 /* Get an image from servers */
-void
-twitux_network_get_image (const gchar  *url_image,
-						  GtkTreeIter   iter)
-{
-	gchar	*image_file;
-	gchar   *image_name;
-
+void twitux_network_get_image (const gchar  *url_image, GtkTreeIter   iter){
+	gchar *image_file, **image_name_info;
+	
 	TwituxImage *image;
-
+	
 	/* save using the filename */
-	image_name = strrchr (url_image, '/');
-	if (image_name &amp;&amp; image_name[1] != '\0')
-		image_name++;
+	image_name_info=g_strsplit(url_image, (const gchar *)&quot;/&quot;, 7);
+	if( image_name_info[5] &amp;&amp; image_name_info[6] )
+		image_file=g_strconcat(image_name_info[5], &quot;_&quot;, image_name_info[6], NULL);
 	else
-		image_name = &quot;twitux_unknown_image&quot;;
-
-	image_file = g_build_filename (g_get_home_dir(), &quot;.gnome2&quot;,
-								   TWITUX_CACHE_IMAGES,
-								   image_name, NULL);
-
-	/* check if image already exists */
-	if (g_file_test (image_file, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR)) {		
+		image_file=&quot;twitux_unknown_image&quot;;
+	
+	if(image_name_info)
+		g_strfreev(image_name_info);
+	
+	image_file=g_build_filename( g_get_home_dir(), &quot;.gnome2&quot;, TWITUX_CACHE_IMAGES, image_file, NULL );
+	
+	/* TODO: fix - check if image already exists */
+	if (g_file_test(image_file, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR)) {		
 		/* Set image from file here */
-		twitux_app_set_image (image_file, iter);
-		g_free (image_file);
+		twitux_app_set_image(image_file, iter);
+		g_free(image_file);
 		return;
 	}
 
-	image = g_new0 (TwituxImage, 1);
-	image-&gt;src  = g_strdup (image_file);
-	image-&gt;iter = iter;
-
-	g_free (image_file);
-
-	network_get_data (url_image, network_cb_on_image, image);
+	image=g_new0(TwituxImage, 1);
+	image-&gt;src=g_strdup(image_file);
+	image-&gt;iter=iter;
+	
+	g_free(image_file);
+	
+	network_get_data(url_image, network_cb_on_image, image);
 }
 
 
@@ -714,37 +719,6 @@ network_cb_on_timeline (SoupSession *session,
 		g_free (new_timeline);
 }
 
-/* On get user followers */
-static void
-network_cb_on_users (SoupSession *session,
-					 SoupMessage *msg,
-					 gpointer     user_data)
-{
-	gboolean  friends = GPOINTER_TO_INT(user_data);
-	
-	twitux_debug (DEBUG_DOMAIN,
-				  &quot;Users response: %i&quot;,msg-&gt;status_code);
-	
-	/* Check response */
-	if (!network_check_http (msg-&gt;status_code)){
-		fetching=FALSE;
-		return;
-	}
-
-	/* parse user list */
-	twitux_debug (DEBUG_DOMAIN, &quot;Parsing user list&quot;);
-	GList    *users;
-	if(! (users=twitux_parser_users_list(msg-&gt;response_body-&gt;data, msg-&gt;response_body-&gt;length)) ) {
-		fetching=FALSE;
-		return;
-	}
-	
-	if(!all_users)
-		all_users=users;
-	else
-		all_users=g_list_concat(all_users, users);
-}
-
 
 /* On get a image */
 static void</diff>
      <filename>src/twitux-network.c</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,6 @@
 #include &lt;string.h&gt; /* for g_memmove - memmove */
 
 #include &lt;gtk/gtk.h&gt;
-#include &lt;glib/gstdio.h&gt;
 #include &lt;glib/gi18n.h&gt;
 
 #include &lt;libxml/parser.h&gt;</diff>
      <filename>src/twitux-parser.c</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,6 @@
 #include &lt;string.h&gt;
 
 #include &lt;glib/gi18n.h&gt;
-#include &lt;glib/gprintf.h&gt;
 
 #include &lt;libtwitux/twitux-conf.h&gt;
 #include &lt;libtwitux/twitux-debug.h&gt;</diff>
      <filename>src/twitux-send-message-dialog.c</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>autom4te.cache/output.0</filename>
    </removed>
    <removed>
      <filename>autom4te.cache/output.1</filename>
    </removed>
    <removed>
      <filename>autom4te.cache/requests</filename>
    </removed>
    <removed>
      <filename>autom4te.cache/traces.0</filename>
    </removed>
    <removed>
      <filename>autom4te.cache/traces.1</filename>
    </removed>
    <removed>
      <filename>src/twitux-new-network.c</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>1585f66408bc72f99838afe53428ac8640726d02</id>
    </parent>
  </parents>
  <author>
    <name>uberChick</name>
    <email>uberchick@uberchicgeekchick.com</email>
  </author>
  <url>http://github.com/uberchicgeekchick/get2gnow/commit/2dfaee0d98e27207a91e0ece096e46d24c628dca</url>
  <id>2dfaee0d98e27207a91e0ece096e46d24c628dca</id>
  <committed-date>2009-03-04T01:42:27-08:00</committed-date>
  <authored-date>2009-03-04T01:42:27-08:00</authored-date>
  <message>I have fixed a bug that was causing the same avatar to be displayed for different friends even though they, clearly, had unique avatars.  I also improved the efficancy of the code for fetching friends &amp; followers.  Lastly I removed multiple unused variables.:</message>
  <tree>b5f41ceb220b9f3c70a52c1ec3e0dd4a43b375ff</tree>
  <committer>
    <name>uberChick</name>
    <email>uberchick@uberchicgeekchick.com</email>
  </committer>
</commit>
