gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.c

2008-05-19  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkcellrenderer.c
	* gtk/gtkcellrendererpixbuf.c
	* gtk/gtkcellrenderertoggle.c
	* gtk/gtkimagemenuitem.c
	* gtk/gtkmenutoolbutton.c
	* gtk/gtkoptionmenu.c
	* gtk/gtkstatusbar.c
	* gtk/gtktextview.c: s/PROP_ZERO/PROP_0/g, remove LAST_PROP.


svn path=/trunk/; revision=20112
This commit is contained in:
Michael Natterer
2008-05-19 14:15:34 +00:00
committed by Michael Natterer
parent 97bedfd000
commit 02fd7ba040
9 changed files with 30 additions and 22 deletions

View File

@ -21,7 +21,7 @@
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
* file for a list of people on the GTK+ Team. See the ChangeLog
* files for a list of changes. These files are distributed with
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <config.h>
@ -64,7 +64,7 @@ static void gtk_image_menu_item_screen_changed (GtkWidget *widget,
enum {
PROP_ZERO,
PROP_0,
PROP_IMAGE
};