[Xfce4-commits] <ristretto:master> Remove deprecated function gtk_about_dialog_set_name
Stephan Arts
noreply at xfce.org
Mon Sep 19 20:06:01 CEST 2011
Updating branch refs/heads/master
to 7aec524c649e0169c115e15e39585bb09a157c80 (commit)
from 4f66c110e6c823028332ec830e09d4a16a81a78e (commit)
commit 7aec524c649e0169c115e15e39585bb09a157c80
Author: Stephan Arts <stephan at xfce.org>
Date: Sun Sep 18 20:24:41 2011 +0200
Remove deprecated function gtk_about_dialog_set_name
src/main_window.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main_window.c b/src/main_window.c
index cb9a302..41fadcd 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -1699,7 +1699,6 @@ cb_rstto_main_window_about (GtkWidget *widget, RsttoMainWindow *window)
GtkWidget *about_dialog = gtk_about_dialog_new();
- gtk_about_dialog_set_name((GtkAboutDialog *)about_dialog, PACKAGE_NAME);
gtk_about_dialog_set_version((GtkAboutDialog *)about_dialog, PACKAGE_VERSION);
gtk_about_dialog_set_comments((GtkAboutDialog *)about_dialog,
More information about the Xfce4-commits
mailing list