From 01efcf447c6b003605221ed7e9254157cefb5870 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 7 Aug 2003 17:07:55 +0000 Subject: Remove metacity-setup. This application has disappeared off the face of the web. In any event, most of its features have already been incorporated in metacity and GNOME. --- x11-wm/metacity-setup/files/patch-src_interface.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 x11-wm/metacity-setup/files/patch-src_interface.c (limited to 'x11-wm/metacity-setup/files/patch-src_interface.c') diff --git a/x11-wm/metacity-setup/files/patch-src_interface.c b/x11-wm/metacity-setup/files/patch-src_interface.c deleted file mode 100644 index a4eb172a5b4d..000000000000 --- a/x11-wm/metacity-setup/files/patch-src_interface.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/interface.c.orig Sat Oct 12 14:53:45 2002 -+++ src/interface.c Sat Oct 12 15:04:53 2002 -@@ -111,8 +111,8 @@ - gtk_widget_show (vbox3); - gtk_box_pack_start (GTK_BOX (dialog_vbox1), vbox3, TRUE, TRUE, 0); - -- version_button1 = gtk_radio_button_new_with_label(NULL, "I am using metacity 2.3.x"); -- version_button2 = gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON (version_button1), "I am using metacity 2.4.x"); -+ version_button2 = gtk_radio_button_new_with_label(NULL, "I am using metacity 2.4.x"); -+ version_button1 = gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON (version_button2), "I am using metacity 2.3.x"); - gtk_box_pack_start (GTK_BOX (vbox3), version_button1, TRUE, TRUE, 0); - gtk_box_pack_start (GTK_BOX (vbox3), version_button2, TRUE, TRUE, 0); - gtk_widget_show (version_button1); -- cgit v1.2.3