Changeset 411
- Timestamp:
- 09/26/07 12:56:38 (1 year ago)
- Files:
-
- gtkimageview/src/gtkiimagetool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gtkimageview/src/gtkiimagetool.c
r410 r411 56 56 /***** Stuff that deals with the type ************************/ 57 57 /*************************************************************/ 58 static void59 gtk_iimage_tool_base_init (gpointer g_class)60 {61 static gboolean initialized = FALSE;62 if (!initialized)63 initialized = TRUE;64 }65 66 58 GType 67 59 gtk_iimage_tool_get_type (void) … … 72 64 static const GTypeInfo info = { 73 65 sizeof (GtkIImageToolClass), 74 gtk_iimage_tool_base_init,66 NULL, 75 67 NULL, 76 68 NULL,
