[gnome-photos] indexing-notification: Rename a callback
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] indexing-notification: Rename a callback
- Date: Mon, 17 Mar 2014 09:12:49 +0000 (UTC)
commit 1aa213d9006f8d87ad28182f35d9b3b1247f3854
Author: Debarshi Ray <debarshir gnome org>
Date: Sun Mar 16 18:07:21 2014 +0100
indexing-notification: Rename a callback
src/photos-indexing-notification.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-indexing-notification.c b/src/photos-indexing-notification.c
index dec0302..1ae0919 100644
--- a/src/photos-indexing-notification.c
+++ b/src/photos-indexing-notification.c
@@ -94,7 +94,7 @@ photos_indexing_notification_destroy (PhotosIndexingNotification *self, gboolean
static void
-photos_indexing_notification_clicked (PhotosIndexingNotification *self)
+photos_indexing_notification_close_clicked (PhotosIndexingNotification *self)
{
photos_indexing_notification_destroy (self, TRUE);
}
@@ -299,8 +299,7 @@ photos_indexing_notification_init (PhotosIndexingNotification *self)
gtk_widget_set_valign (close, GTK_ALIGN_CENTER);
gtk_container_add (GTK_CONTAINER (close), image);
gtk_container_add (GTK_CONTAINER (self), close);
-
- g_signal_connect_swapped (close, "clicked", G_CALLBACK (photos_indexing_notification_clicked), self);
+ g_signal_connect_swapped (close, "clicked", G_CALLBACK (photos_indexing_notification_close_clicked), self);
g_signal_connect_swapped (app,
"miners-changed",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]