Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=b934200378e7ea7367df1fd112e5c0e2537af51d

commit b934200378e7ea7367df1fd112e5c0e2537af51d
Author: Priyank <[EMAIL PROTECTED]>
Date:   Wed Nov 21 23:20:58 2007 +0530

use fun_get_icon() wherever possible

diff --git a/src/fun-ui.c b/src/fun-ui.c
index eb141d6..c31d5ed 100644
--- a/src/fun-ui.c
+++ b/src/fun-ui.c
@@ -599,7 +599,7 @@ fun_about_show (void)
GList *list;

if (!fun_about_pixbuf)
-                       fun_about_pixbuf = gdk_pixbuf_new_from_file 
("/usr/share/fun/fun.png", NULL);
+                       fun_about_pixbuf = fun_get_icon ("fun", 128);
ver = g_strdup_printf ("%s", VERSION);
fun_about_dlg = gtk_about_dialog_new ();
gtk_about_dialog_set_name (GTK_ABOUT_DIALOG(fun_about_dlg), PACKAGE);
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to