gucharmap r1664 - trunk/gucharmap



Author: chpe
Date: Fri Mar 21 10:52:44 2008
New Revision: 1664
URL: http://svn.gnome.org/viewvc/gucharmap?rev=1664&view=rev

Log:
No need to override show_all.


Modified:
   trunk/gucharmap/gucharmap-window.c

Modified: trunk/gucharmap/gucharmap-window.c
==============================================================================
--- trunk/gucharmap/gucharmap-window.c	(original)
+++ trunk/gucharmap/gucharmap-window.c	Fri Mar 21 10:52:44 2008
@@ -826,6 +826,7 @@
 {
   GucharmapWindowPrivate *priv = GUCHARMAP_WINDOW_GET_PRIVATE (guw);
 
+  /* FIXMEchpe ewww... */
   /* increase the height a bit so it doesn't resize itself */
   gtk_widget_set_size_request (priv->status, -1, priv->status->allocation.height + 9);
 }
@@ -914,12 +915,6 @@
 }
 
 static void
-show_all (GtkWidget *widget)
-{
-  gtk_widget_show (widget);
-}
-
-static void
 window_finalize (GObject *object)
 {
 #if 0
@@ -937,7 +932,6 @@
 static void
 gucharmap_window_class_init (GucharmapWindowClass *clazz)
 {
-  GTK_WIDGET_CLASS (clazz)->show_all = show_all;
   G_OBJECT_CLASS (clazz)->finalize = window_finalize;
 
   g_type_class_add_private (clazz, sizeof (GucharmapWindowPrivate));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]