[brasero] Removed remaining expose-event signal connection



commit 01cda20576d265be6e1e42955520d3c18faf43da
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sat Oct 9 15:55:22 2010 +0200

    Removed remaining expose-event signal connection

 src/brasero-playlist.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/brasero-playlist.c b/src/brasero-playlist.c
index 322a9b9..24dcb95 100644
--- a/src/brasero-playlist.c
+++ b/src/brasero-playlist.c
@@ -208,9 +208,9 @@ brasero_playlist_start_search (BraseroPlaylist *playlist)
 }
 
 static gboolean
-brasero_playlist_expose_event_cb (GtkWidget *widget,
-				  gpointer event,
-				  gpointer null_data)
+brasero_playlist_draw_cb (GtkWidget *widget,
+			  cairo_t *cr,
+			  gpointer null_data)
 {
 	BraseroPlaylist *playlist = BRASERO_PLAYLIST (widget);
 
@@ -910,8 +910,8 @@ brasero_playlist_new ()
 	obj = BRASERO_PLAYLIST (g_object_new (BRASERO_TYPE_PLAYLIST, NULL));
 
 	g_signal_connect (obj,
-			  "expose-event",
-			  G_CALLBACK (brasero_playlist_expose_event_cb),
+			  "draw",
+			  G_CALLBACK (brasero_playlist_draw_cb),
 			  NULL);
 
 	return GTK_WIDGET (obj);



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