Deprecate widget flag: GTK_WIDGET_VISIBLE
Use gtk_widget_get_visible() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
This commit is contained in:
		| @ -224,7 +224,7 @@ static void calendar_select_font( GtkWidget    *button, | ||||
| 			     calendar->font_dialog); | ||||
|   } | ||||
|   window = calendar->font_dialog; | ||||
|   if (!GTK_WIDGET_VISIBLE (window)) | ||||
|   if (!gtk_widget_get_visible (window)) | ||||
|     gtk_widget_show (window); | ||||
|   else | ||||
|     gtk_widget_destroy (window); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Javier Jardón
					Javier Jardón