Author: pollux
Date: 2007-01-09 17:47:03 +0000 (Tue, 09 Jan 2007)
New Revision: 24334

Removed:
   xfburn/trunk/icons/
Modified:
   xfburn/trunk/configure.in.in
   xfburn/trunk/xfburn/xfburn-burn-data-composition-progress-dialog.h
   xfburn/trunk/xfburn/xfburn-create-iso-from-composition-progress-dialog.h
   xfburn/trunk/xfburn/xfburn-progress-dialog.h
Log:
remove icons in order to backport new icons

Modified: xfburn/trunk/configure.in.in
===================================================================
--- xfburn/trunk/configure.in.in        2007-01-09 16:11:08 UTC (rev 24333)
+++ xfburn/trunk/configure.in.in        2007-01-09 17:47:03 UTC (rev 24334)
@@ -59,7 +59,12 @@
 AC_OUTPUT([
 Makefile
 icons/Makefile
+icons/16x16/Makefile
+icons/22x22/Makefile
 icons/24x24/Makefile
+icons/32x32/Makefile
+icons/48x48/Makefile
+icons/scalable/Makefile
 po/Makefile.in
 xfburn/Makefile
 ])

Modified: xfburn/trunk/xfburn/xfburn-burn-data-composition-progress-dialog.h
===================================================================
--- xfburn/trunk/xfburn/xfburn-burn-data-composition-progress-dialog.h  
2007-01-09 16:11:08 UTC (rev 24333)
+++ xfburn/trunk/xfburn/xfburn-burn-data-composition-progress-dialog.h  
2007-01-09 17:47:03 UTC (rev 24334)
@@ -47,7 +47,7 @@
 
 GtkType xfburn_burn_data_composition_progress_dialog_get_type ();
 
-GtkWidget *xfburn_burn_data_composition_progress_dialog_new ();
+GtkWidget *xfburn_burn_data_composition_progress_dialog_new (GPid pid_command, 
int fd_stdout, int fd_stderr);
 
 G_END_DECLS 
 

Modified: 
xfburn/trunk/xfburn/xfburn-create-iso-from-composition-progress-dialog.h
===================================================================
--- xfburn/trunk/xfburn/xfburn-create-iso-from-composition-progress-dialog.h    
2007-01-09 16:11:08 UTC (rev 24333)
+++ xfburn/trunk/xfburn/xfburn-create-iso-from-composition-progress-dialog.h    
2007-01-09 17:47:03 UTC (rev 24334)
@@ -48,7 +48,7 @@
 } XfburnCreateIsoFromCompositionProgressDialogClass;
 
 GtkType xfburn_create_iso_from_composition_progress_dialog_get_type ();
-GtkWidget *xfburn_create_iso_from_composition_progress_dialog_new ();
+GtkWidget *xfburn_create_iso_from_composition_progress_dialog_new (GPid 
pid_command, gint fd_stdout, gint fd_stderr);
 
 G_END_DECLS
 

Modified: xfburn/trunk/xfburn/xfburn-progress-dialog.h
===================================================================
--- xfburn/trunk/xfburn/xfburn-progress-dialog.h        2007-01-09 16:11:08 UTC 
(rev 24333)
+++ xfburn/trunk/xfburn/xfburn-progress-dialog.h        2007-01-09 17:47:03 UTC 
(rev 24334)
@@ -81,8 +81,6 @@
 void xfburn_progress_dialog_set_writing_speed (XfburnProgressDialog * dialog, 
gfloat speed);
 void xfburn_progress_dialog_set_status (XfburnProgressDialog * dialog, 
XfburnProgressDialogStatus status);
 
-GtkWidget *xfburn_progress_dialog_new ();
-
 G_END_DECLS
 
 #endif /* XFBURN_PROGRESS_DIALOG_H */

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to