tazweb rev 11

Small code typo
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 04 17:23:30 2011 +0200 (2011-04-04)
parents a7f99c2b3493
children 2d3ce36d0c3d
files src/main.c src/with-toolbar.c
line diff
     1.1 --- a/src/main.c	Mon Apr 04 17:15:17 2011 +0200
     1.2 +++ b/src/main.c	Mon Apr 04 17:23:30 2011 +0200
     1.3 @@ -84,7 +84,7 @@
     1.4      GtkWidget* window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
     1.5      /* Default tazweb window size ratio to 3/4 ?? --> 720, 540*/
     1.6      gtk_window_set_default_size (GTK_WINDOW (window), 800, 600);
     1.7 -    gtk_window_set_icon (GTK_WINDOW(window),
     1.8 +    gtk_window_set_icon (GTK_WINDOW (window),
     1.9  		create_pixbuf ("/usr/share/pixmaps/tazweb.png"));
    1.10      gtk_widget_set_name (window, "TazWeb");
    1.11      g_signal_connect (window, "destroy", G_CALLBACK (destroy_cb), NULL);
     2.1 --- a/src/with-toolbar.c	Mon Apr 04 17:15:17 2011 +0200
     2.2 +++ b/src/with-toolbar.c	Mon Apr 04 17:23:30 2011 +0200
     2.3 @@ -193,7 +193,7 @@
     2.4      GtkWidget* window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
     2.5      /* Default tazweb window size ratio to 3/4 --> 720, 540 */
     2.6      gtk_window_set_default_size (GTK_WINDOW (window), 800, 600);
     2.7 -    gtk_window_set_icon (GTK_WINDOW(window),
     2.8 +    gtk_window_set_icon (GTK_WINDOW (window),
     2.9  		create_pixbuf ("/usr/share/pixmaps/tazweb.png"));
    2.10      gtk_widget_set_name (window, "TazWeb");
    2.11      g_signal_connect (window, "destroy", G_CALLBACK (destroy_cb), NULL);