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
|
@ -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>
|
2008-02-05 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* drwright.c: add a comment for translators (bug #514598)
|
* drwright.c: add a comment for translators (bug #514598)
|
||||||
|
|
|
@ -24,7 +24,7 @@ gnome_typing_monitor_CFLAGS = \
|
||||||
gnome_typing_monitor_LDADD = @TYPING_LIBS@ @SCREENSAVER_LIBS@
|
gnome_typing_monitor_LDADD = @TYPING_LIBS@ @SCREENSAVER_LIBS@
|
||||||
|
|
||||||
imagedir = $(pkgdatadir)/pixmaps
|
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
|
# Themeable application icon
|
||||||
icondir = $(datadir)/icons/hicolor/48x48/apps
|
icondir = $(datadir)/icons/hicolor/48x48/apps
|
||||||
|
|
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 496 B |
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 277 B |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 362 B |
|
@ -222,7 +222,7 @@ drw_break_window_init (DrwBreakWindow *window)
|
||||||
gtk_widget_show (hbox);
|
gtk_widget_show (hbox);
|
||||||
gtk_box_pack_start (GTK_BOX (vbox), hbox, TRUE, FALSE, 0);
|
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_misc_set_alignment (GTK_MISC (priv->image), 1, 0.5);
|
||||||
gtk_widget_show (priv->image);
|
gtk_widget_show (priv->image);
|
||||||
gtk_box_pack_start (GTK_BOX (hbox), priv->image, TRUE, TRUE, 8);
|
gtk_box_pack_start (GTK_BOX (hbox), priv->image, TRUE, TRUE, 8);
|
||||||
|
|
Before Width: | Height: | Size: 2.2 KiB |