[Goodies-commits] r2716 - in xfce4-time-out-plugin/trunk: . panel-plugin

Jannis Pohlmann jannis at xfce.org
Sun May 6 01:49:56 CEST 2007


Author: jannis
Date: 2007-05-05 23:49:56 +0000 (Sat, 05 May 2007)
New Revision: 2716

Modified:
   xfce4-time-out-plugin/trunk/ChangeLog
   xfce4-time-out-plugin/trunk/configure.in.in
   xfce4-time-out-plugin/trunk/panel-plugin/time-out-lock-screen.c
Log:
	* panel-plugin/time-out-lock-screen.c: Remove invalid cast from
	  GtkButton to GtkMisc. 
 

Modified: xfce4-time-out-plugin/trunk/ChangeLog
===================================================================
--- xfce4-time-out-plugin/trunk/ChangeLog	2007-05-05 23:41:46 UTC (rev 2715)
+++ xfce4-time-out-plugin/trunk/ChangeLog	2007-05-05 23:49:56 UTC (rev 2716)
@@ -1,5 +1,10 @@
 2007-05-06	Jannis Pohlmann <jannis at xfce.org>
 
+	* panel-plugin/time-out-lock-screen.c: Remove invalid cast from
+	  GtkButton to GtkMisc.
+
+2007-05-06	Jannis Pohlmann <jannis at xfce.org>
+
 	* panel-plugin/Makefile.am: Update Makefile to fix make 
 	  distcheck.
 	* panel-plugin/time-out.h: Fix copyright year.

Modified: xfce4-time-out-plugin/trunk/configure.in.in
===================================================================
--- xfce4-time-out-plugin/trunk/configure.in.in	2007-05-05 23:41:46 UTC (rev 2715)
+++ xfce4-time-out-plugin/trunk/configure.in.in	2007-05-05 23:49:56 UTC (rev 2716)
@@ -40,6 +40,7 @@
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
 AC_PROG_CC_C_O()
+AM_PROG_CC_C_O()
 
 dnl **********************************
 dnl *** Check for standard headers ***

Modified: xfce4-time-out-plugin/trunk/panel-plugin/time-out-lock-screen.c
===================================================================
--- xfce4-time-out-plugin/trunk/panel-plugin/time-out-lock-screen.c	2007-05-05 23:41:46 UTC (rev 2715)
+++ xfce4-time-out-plugin/trunk/panel-plugin/time-out-lock-screen.c	2007-05-05 23:49:56 UTC (rev 2716)
@@ -183,7 +183,6 @@
 
   /* Create postpone button */
   lock_screen->postpone_button = gtk_button_new_with_mnemonic (_("_Postpone"));
-  gtk_misc_set_alignment (GTK_MISC (lock_screen->postpone_button), 0.5, 0.5);
   gtk_box_pack_start (GTK_BOX (vbox), lock_screen->postpone_button, FALSE, FALSE, 0);
   g_signal_connect (G_OBJECT (lock_screen->postpone_button), "clicked", G_CALLBACK (time_out_lock_screen_postpone), lock_screen);
   gtk_widget_show (lock_screen->postpone_button);




More information about the Goodies-commits mailing list