epiphany r8368 - branches/gnome-2-24/embed
- From: diegoe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8368 - branches/gnome-2-24/embed
- Date: Tue, 29 Jul 2008 08:13:12 +0000 (UTC)
Author: diegoe
Date: Tue Jul 29 08:13:12 2008
New Revision: 8368
URL: http://svn.gnome.org/viewvc/epiphany?rev=8368&view=rev
Log:
Fix use of spaces instead of tabs in the canberra fix.
Modified:
branches/gnome-2-24/embed/downloader-view.c
Modified: branches/gnome-2-24/embed/downloader-view.c
==============================================================================
--- branches/gnome-2-24/embed/downloader-view.c (original)
+++ branches/gnome-2-24/embed/downloader-view.c Tue Jul 29 08:13:12 2008
@@ -167,9 +167,9 @@
status_icon_popup_menu_cb (GtkStatusIcon *icon,
guint button,
guint time,
- DownloaderView *dv)
+ DownloaderView *dv)
{
- GtkWidget *menu, *item;
+ GtkWidget *menu, *item;
menu = gtk_menu_new ();
@@ -444,11 +444,11 @@
g_free (downloaded);
#endif
#ifdef HAVE_LIBCANBERRA_GTK
- ca_context_play (ca_gtk_context_get (), 0,
- CA_PROP_APPLICATION_NAME, _("GNOME Web Browser"),
- CA_PROP_EVENT_ID, "complete-download",
- CA_PROP_EVENT_DESCRIPTION, _("Download completed"),
- NULL);
+ ca_context_play (ca_gtk_context_get (), 0,
+ CA_PROP_APPLICATION_NAME, _("GNOME Web Browser"),
+ CA_PROP_EVENT_ID, "complete-download",
+ CA_PROP_EVENT_DESCRIPTION, _("Download completed"),
+ NULL);
#endif
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]