new Tango-style icons by David Prieto <frandavid100@gmail.com> (bug

2008-03-24  Jens Granseuer  <jensgr@gmx.net>

	* bar*.png: new Tango-style icons by David Prieto
	<frandavid100@gmail.com> (bug #523965)

	* drw-break-window.c: (drw_break_window_init): replace custom stop icon
	by gtk-stop stock icon
	* Makefile.am:
	* stop.png: remove

svn path=/trunk/; revision=8591
This commit is contained in:
Jens Granseuer 2008-03-24 18:11:37 +00:00 committed by Jens Granseuer
parent 0c9753bb72
commit 93832db960
8 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
2008-03-24 Jens Granseuer <jensgr@gmx.net>
* bar*.png: new Tango-style icons by David Prieto
<frandavid100@gmail.com> (bug #523965)
* drw-break-window.c: (drw_break_window_init): replace custom stop icon
by gtk-stop stock icon
* Makefile.am:
* stop.png: remove
2008-02-05 Jens Granseuer <jensgr@gmx.net>
* drwright.c: add a comment for translators (bug #514598)

View file

@ -24,7 +24,7 @@ gnome_typing_monitor_CFLAGS = \
gnome_typing_monitor_LDADD = @TYPING_LIBS@ @SCREENSAVER_LIBS@
imagedir = $(pkgdatadir)/pixmaps
dist_image_DATA = stop.png bar.png bar-red.png bar-green.png bar-disabled.png ocean-stripes.png
dist_image_DATA = bar.png bar-red.png bar-green.png bar-disabled.png ocean-stripes.png
# Themeable application icon
icondir = $(datadir)/icons/hicolor/48x48/apps

Binary file not shown.

Before

Width:  |  Height:  |  Size: 473 B

After

Width:  |  Height:  |  Size: 496 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 286 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 B

After

Width:  |  Height:  |  Size: 277 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 362 B

Before After
Before After

View file

@ -222,7 +222,7 @@ drw_break_window_init (DrwBreakWindow *window)
gtk_widget_show (hbox);
gtk_box_pack_start (GTK_BOX (vbox), hbox, TRUE, FALSE, 0);
priv->image = gtk_image_new_from_file (IMAGEDIR "/stop.png");
priv->image = gtk_image_new_from_stock ("gtk-stop", GTK_ICON_SIZE_DIALOG);
gtk_misc_set_alignment (GTK_MISC (priv->image), 1, 0.5);
gtk_widget_show (priv->image);
gtk_box_pack_start (GTK_BOX (hbox), priv->image, TRUE, TRUE, 8);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB