summaryrefslogtreecommitdiff
path: root/audio/gnomemedia/files/patch-ae
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:10:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:10:59 +0000
commitcc6825cf28f45c090747ed100adeb2189bda6280 (patch)
tree227c9e7f8d44c0aaf556fd64a12ba3661c086be6 /audio/gnomemedia/files/patch-ae
parentRemove nautilus support now that Nautilus has been removed from the tree. (diff)
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes: svn path=/head/; revision=84934
Diffstat (limited to 'audio/gnomemedia/files/patch-ae')
-rw-r--r--audio/gnomemedia/files/patch-ae23
1 files changed, 0 insertions, 23 deletions
diff --git a/audio/gnomemedia/files/patch-ae b/audio/gnomemedia/files/patch-ae
deleted file mode 100644
index 53c2143d301b..000000000000
--- a/audio/gnomemedia/files/patch-ae
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- tcd/callbacks.c 2001/07/13 07:48:12 1.1
-+++ tcd/callbacks.c 2001/07/13 07:50:36
-@@ -13,7 +13,7 @@
- {
- if(!cd.isplayable)
- return;
-- if(cd.sc.cdsc_audiostatus==CDROM_AUDIO_PAUSED)
-+ if(SC_AUDIOSTATUS(cd.sc)==CDROM_AUDIO_PAUSED)
- tcd_pausecd(&cd);
- else
- tcd_playtracks(&cd, cd.first_t, cd.last_t, prefs->only_use_trkind);
-@@ -45,7 +45,7 @@
- cd.play_method = NORMAL;
- cd.repeat_track = -1;
- /* SDH: Make sure play/pause state change is noticed */
-- cd.sc.cdsc_audiostatus = -1;
-+ SC_AUDIOSTATUS(cd.sc) = -1;
- if(cd.isplayable)
- {
- make_goto_menu();