summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-libs/patches/patch-ag')
-rw-r--r--x11/gnome-libs/patches/patch-ag94
1 files changed, 0 insertions, 94 deletions
diff --git a/x11/gnome-libs/patches/patch-ag b/x11/gnome-libs/patches/patch-ag
deleted file mode 100644
index e86fd6c4845..00000000000
--- a/x11/gnome-libs/patches/patch-ag
+++ /dev/null
@@ -1,94 +0,0 @@
-$NetBSD: patch-ag,v 1.7 2004/02/18 11:56:02 jmmv Exp $
-
---- libgnomeui/gnome-messagebox.c.orig 2000-06-29 03:40:25.000000000 +0200
-+++ libgnomeui/gnome-messagebox.c
-@@ -109,7 +109,7 @@ gnome_message_box_new (const gchar
- if (strcmp(GNOME_MESSAGE_BOX_INFO, message_box_type) == 0)
- {
- gtk_window_set_title (GTK_WINDOW (message_box), _("Information"));
-- s = gnome_unconditional_pixmap_file("gnome-info.png");
-+ s = gnome_unconditional_pixmap_file("gnome1-info.png");
- if (s) {
- pixmap = gnome_pixmap_new_from_file(s);
- g_free(s);
-@@ -118,7 +118,7 @@ gnome_message_box_new (const gchar
- else if (strcmp(GNOME_MESSAGE_BOX_WARNING, message_box_type) == 0)
- {
- gtk_window_set_title (GTK_WINDOW (message_box), _("Warning"));
-- s = gnome_unconditional_pixmap_file("gnome-warning.png");
-+ s = gnome_unconditional_pixmap_file("gnome1-warning.png");
- if (s) {
- pixmap = gnome_pixmap_new_from_file(s);
- g_free(s);
-@@ -127,7 +127,7 @@ gnome_message_box_new (const gchar
- else if (strcmp(GNOME_MESSAGE_BOX_ERROR, message_box_type) == 0)
- {
- gtk_window_set_title (GTK_WINDOW (message_box), _("Error"));
-- s = gnome_unconditional_pixmap_file("gnome-error.png");
-+ s = gnome_unconditional_pixmap_file("gnome1-error.png");
- if (s) {
- pixmap = gnome_pixmap_new_from_file(s);
- g_free(s);
-@@ -136,7 +136,7 @@ gnome_message_box_new (const gchar
- else if (strcmp(GNOME_MESSAGE_BOX_QUESTION, message_box_type) == 0)
- {
- gtk_window_set_title (GTK_WINDOW (message_box), _("Question"));
-- s = gnome_unconditional_pixmap_file("gnome-question.png");
-+ s = gnome_unconditional_pixmap_file("gnome1-question.png");
- if (s) {
- pixmap = gnome_pixmap_new_from_file(s);
- g_free(s);
-@@ -155,7 +155,7 @@ gnome_message_box_new (const gchar
- if ( (pixmap == NULL) ||
- (GNOME_PIXMAP(pixmap)->pixmap == NULL) ) {
- if (pixmap) gtk_widget_destroy(pixmap);
-- s = gnome_unconditional_pixmap_file ("gnome-default-dlg.png");
-+ s = gnome_unconditional_pixmap_file ("gnome1-default-dlg.png");
- if (s) {
- pixmap = gnome_pixmap_new_from_file(s);
- g_free(s);
-@@ -242,7 +242,7 @@ gnome_message_box_newv (const gchar
- if (strcmp(GNOME_MESSAGE_BOX_INFO, message_box_type) == 0)
- {
- gtk_window_set_title (GTK_WINDOW (message_box), _("Information"));
-- s = gnome_pixmap_file("gnome-info.png");
-+ s = gnome_pixmap_file("gnome1-info.png");
- if (s) {
- pixmap = gnome_pixmap_new_from_file(s);
- g_free(s);
-@@ -251,7 +251,7 @@ gnome_message_box_newv (const gchar
- else if (strcmp(GNOME_MESSAGE_BOX_WARNING, message_box_type) == 0)
- {
- gtk_window_set_title (GTK_WINDOW (message_box), _("Warning"));
-- s = gnome_pixmap_file("gnome-warning.png");
-+ s = gnome_pixmap_file("gnome1-warning.png");
- if (s) {
- pixmap = gnome_pixmap_new_from_file(s);
- g_free(s);
-@@ -260,7 +260,7 @@ gnome_message_box_newv (const gchar
- else if (strcmp(GNOME_MESSAGE_BOX_ERROR, message_box_type) == 0)
- {
- gtk_window_set_title (GTK_WINDOW (message_box), _("Error"));
-- s = gnome_pixmap_file("gnome-error");
-+ s = gnome_pixmap_file("gnome1-error");
- if (s) {
- pixmap = gnome_pixmap_new_from_file(s);
- g_free(s);
-@@ -269,7 +269,7 @@ gnome_message_box_newv (const gchar
- else if (strcmp(GNOME_MESSAGE_BOX_QUESTION, message_box_type) == 0)
- {
- gtk_window_set_title (GTK_WINDOW (message_box), _("Question"));
-- s = gnome_pixmap_file("gnome-question.png");
-+ s = gnome_pixmap_file("gnome1-question.png");
- if (s) {
- pixmap = gnome_pixmap_new_from_file(s);
- g_free(s);
-@@ -288,7 +288,7 @@ gnome_message_box_newv (const gchar
- if ( (pixmap == NULL) ||
- (GNOME_PIXMAP(pixmap)->pixmap == NULL) ) {
- if (pixmap) gtk_widget_destroy(pixmap);
-- s = gnome_pixmap_file("gnome-default.png");
-+ s = gnome_pixmap_file("gnome1-default.png");
- if (s) {
- pixmap = gnome_pixmap_new_from_file(s);
- g_free(s);