diff options
author | Not Zed <NotZed@Ximian.com> | 2002-12-02 11:19:25 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-12-02 11:19:25 +0800 |
commit | c88d7c4d1ec2aa50ae91f8b558ccdc6142aa9202 (patch) | |
tree | 44c6be2b1287e11a663316e6c17ae9242dfaee85 /my-evolution/e-summary.c | |
parent | df22fc1623aaa89c2a91385b48235405f4a845e0 (diff) | |
download | gsoc2013-evolution-c88d7c4d1ec2aa50ae91f8b558ccdc6142aa9202.tar.gz gsoc2013-evolution-c88d7c4d1ec2aa50ae91f8b558ccdc6142aa9202.tar.zst gsoc2013-evolution-c88d7c4d1ec2aa50ae91f8b558ccdc6142aa9202.zip |
GNOME_STOCK_*NEXT/PREV -> GTK_STOCK_*GO_BACK/FORWARD.
2002-11-27 Not Zed <NotZed@Ximian.com>
* e-summary-shown.c (e_summary_shown_init): GNOME_STOCK_*NEXT/PREV ->
GTK_STOCK_*GO_BACK/FORWARD.
* e-summary.[ch]: ran fix.sh over this.
svn path=/trunk/; revision=18975
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r-- | my-evolution/e-summary.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 274b469cd6..4a47313e3d 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -465,7 +465,7 @@ e_summary_class_init (GtkObjectClass *object_class) { object_class->destroy = destroy; - e_summary_parent_class = gtk_type_class (PARENT_TYPE); + e_summary_parent_class = g_type_class_ref(PARENT_TYPE); } static void @@ -622,7 +622,7 @@ do_summary_print (ESummary *summary, int result = gnome_print_master_print (print_master); if (result == -1) { - e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, + e_notice (NULL, GTK_MESSAGE_ERROR, _("Printing of Summary failed")); } } |