packages: xfce4-timer-plugin/xfce4-timer-plugin-libxfce4ui.patch - really p...

baggins baggins at pld-linux.org
Thu May 17 23:33:00 CEST 2012


Author: baggins                      Date: Thu May 17 21:33:00 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- really port to libxfce4ui

---- Files affected:
packages/xfce4-timer-plugin:
   xfce4-timer-plugin-libxfce4ui.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/xfce4-timer-plugin/xfce4-timer-plugin-libxfce4ui.patch
diff -u packages/xfce4-timer-plugin/xfce4-timer-plugin-libxfce4ui.patch:1.1 packages/xfce4-timer-plugin/xfce4-timer-plugin-libxfce4ui.patch:1.2
--- packages/xfce4-timer-plugin/xfce4-timer-plugin-libxfce4ui.patch:1.1	Wed Jul  6 11:15:42 2011
+++ packages/xfce4-timer-plugin/xfce4-timer-plugin-libxfce4ui.patch	Thu May 17 23:32:55 2012
@@ -39,3 +39,28 @@
  	@LIBXFCE4UTIL_CFLAGS@ \
  	@LIBXFCE4PANEL_CFLAGS@ \
  	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
+--- xfce4-timer-plugin-0.6.4/src/xfcetimer.c.orig	2012-05-17 23:27:50.106931152 +0200
++++ xfce4-timer-plugin-0.6.4/src/xfcetimer.c	2012-05-17 23:32:20.133588295 +0200
+@@ -1395,7 +1395,7 @@
+ 
+   xfce_panel_plugin_block_menu (plugin);
+ 
+-  dlg = gtk_dialog_new_with_buttons (_("Xfce 4 Timer Plugin"),
++  dlg = xfce_titled_dialog_new_with_buttons (_("Xfce 4 Timer Plugin"),
+               GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
+               GTK_DIALOG_DESTROY_WITH_PARENT |
+               GTK_DIALOG_NO_SEPARATOR,
+@@ -1407,12 +1407,7 @@
+ 
+   gtk_container_set_border_width (GTK_CONTAINER(dlg), BORDER);
+ 
+-  header = xfce_create_header (NULL, _("Xfce4 Timer Options"));
+-  gtk_widget_set_size_request (GTK_BIN (header)->child, 200, 32);
+-  //gtk_container_set_border_width (GTK_CONTAINER (header), 6);
+-  gtk_widget_show (header);
+-  gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dlg)->vbox), header,
+-                      FALSE, TRUE, 0);
++  xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG(dlg), _("Xfce4 Timer Options"));
+ 
+   gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dlg)->vbox), vbox,
+                       TRUE, TRUE, WIDGET_SPACING);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/xfce4-timer-plugin/xfce4-timer-plugin-libxfce4ui.patch?r1=1.1&r2=1.2



More information about the pld-cvs-commit mailing list