gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. d937746e4de416eafea7


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. d937746e4de416eafea7974452ea6b4f6ce1b4d9
Date: Fri, 05 Nov 2010 20:30:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  d937746e4de416eafea7974452ea6b4f6ce1b4d9 (commit)
      from  f55364cbf17af6ddb49802d1c8f0938d30db687e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=d937746e4de416eafea7974452ea6b4f6ce1b4d9


commit d937746e4de416eafea7974452ea6b4f6ce1b4d9
Author: Maximiliano Castañón Araneda <address@hidden>
Date:   Fri Nov 5 21:29:30 2010 +0100

    Add gnash icon to about window (patch #7369)

diff --git a/gui/gtk/gtk.cpp b/gui/gtk/gtk.cpp
index d4c2296..1ed6bdc 100644
--- a/gui/gtk/gtk.cpp
+++ b/gui/gtk/gtk.cpp
@@ -1812,6 +1812,7 @@ GtkGui::showAboutDialog()
     // See bug #24426.
 
     GtkWidget* aboutWidget = gtk_about_dialog_new();
+    addGnashIcon(GTK_WINDOW(aboutWidget)); 
     GtkAboutDialog* about = GTK_ABOUT_DIALOG(aboutWidget);
 
     gtk_about_dialog_set_name (about, "Gnash");

-----------------------------------------------------------------------

Summary of changes:
 gui/gtk/gtk.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]