diff src/gtkcellrendererprogress.c @ 4514:7521e29658bc

[gaim-migrate @ 4792] Of course, file transfer wasn't really gone.. I'm trying my hardest to bring on the end of the world (see the roadmap at http://gaim.sf.net/roadmap.png). File transfer is being rewritten. This isn't the finished implementation, but it's enough to let us get the prpls working. There is now a file transfer dialog, which will appear when you get a new transfer request or when you go to Tools -> File Transfers. This is of course core/UI split. I'll also be working on documentation on how to write FT support in a prpl. Oh, and I'll get resumes and transfer batches done when school isn't breathing down my back. Only DCC receive in IRC currently works. Sorry. We'll get the other prpls working soon, as well as send. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 04 Feb 2003 06:57:35 +0000
parents 29664b8a1368
children 4db59242fb34
line wrap: on
line diff
--- a/src/gtkcellrendererprogress.c	Tue Feb 04 05:25:46 2003 +0000
+++ b/src/gtkcellrendererprogress.c	Tue Feb 04 06:57:35 2003 +0000
@@ -47,6 +47,7 @@
 						   GdkRectangle               *cell_area,
 						   GdkRectangle               *expose_area,
 						   guint                       flags);
+#if 0
 static gboolean gtk_cell_renderer_progress_activate  (GtkCellRenderer            *cell,
 						      GdkEvent                   *event,
 						      GtkWidget                  *widget,
@@ -54,6 +55,7 @@
 						      GdkRectangle               *background_area,
 						      GdkRectangle               *cell_area,
 						      guint                       flags);
+#endif
 static void  gtk_cell_renderer_progress_finalize (GObject *gobject);
 
 enum {
@@ -69,7 +71,7 @@
 };
      
 static gpointer parent_class;
-static guint progress_cell_renderer_signals [LAST_SIGNAL];
+/* static guint progress_cell_renderer_signals [LAST_SIGNAL]; */
 
 GType  gtk_cell_renderer_progress_get_type (void)
 {
@@ -148,7 +150,9 @@
 
 static void gtk_cell_renderer_progress_finalize (GObject *object)
 {
+/*
 	GtkCellRendererProgress *cellprogress = GTK_CELL_RENDERER_PROGRESS(object);
+*/
 
 	(* G_OBJECT_CLASS (parent_class)->finalize) (object);
 }