diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-07 17:07:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-07 17:07:55 +0000 |
commit | 01efcf447c6b003605221ed7e9254157cefb5870 (patch) | |
tree | eaf9645166a1514aadbfbaee6e97c66d7f3aee8c /x11-wm/metacity-setup/files/patch-src_interface.c | |
parent | Update to 0.5.0. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=86515
Diffstat (limited to 'x11-wm/metacity-setup/files/patch-src_interface.c')
-rw-r--r-- | x11-wm/metacity-setup/files/patch-src_interface.c | 13 |
1 files changed, 0 insertions, 13 deletions
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); |