Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 121396 Details for
Bug 68070
audiere (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the compialtion problem
aud1.patch (text/plain), 1.75 KB, created by
Théophile Helleboid
on 2007-06-07 11:57:42 UTC
(
hide
)
Description:
Fix the compialtion problem
Filename:
MIME Type:
Creator:
Théophile Helleboid
Created:
2007-06-07 11:57:42 UTC
Size:
1.75 KB
patch
obsolete
>diff -urN audiere-1.9.4/examples/wxPlayer/DeviceFrame.cpp audiere-1.9.4-chenz/examples/wxPlayer/DeviceFrame.cpp >--- audiere-1.9.4/examples/wxPlayer/DeviceFrame.cpp 2006-02-14 05:57:01.000000000 +0100 >+++ audiere-1.9.4-chenz/examples/wxPlayer/DeviceFrame.cpp 2007-03-27 10:44:59.000000000 +0200 >@@ -57,7 +57,7 @@ > > > DeviceFrame::DeviceFrame(audiere::AudioDevicePtr device) >-: wxMDIParentFrame(0, -1, wxT("Audio Device - " + wxString(device->getName())), >+: wxMDIParentFrame(0, -1, wxT("Audio Device - " + CStr2wxString( device->getName() )), > wxDefaultPosition, wxSize(400, 500)) > { > m_device = device; >diff -urN audiere-1.9.4/examples/wxPlayer/MIDIDeviceDialog.h audiere-1.9.4-chenz/examples/wxPlayer/MIDIDeviceDialog.h >--- audiere-1.9.4/examples/wxPlayer/MIDIDeviceDialog.h 2006-02-14 05:57:01.000000000 +0100 >+++ audiere-1.9.4-chenz/examples/wxPlayer/MIDIDeviceDialog.h 2007-03-27 10:45:47.000000000 +0200 >@@ -15,7 +15,7 @@ > } > > private: >- void MIDIDeviceDialog::OnButton(wxCommandEvent& event); >+ void OnButton(wxCommandEvent& event); > > wxTextCtrl* m_name; > >diff -urN audiere-1.9.4/examples/wxPlayer/TagsDialog.h audiere-1.9.4-chenz/examples/wxPlayer/TagsDialog.h >--- audiere-1.9.4/examples/wxPlayer/TagsDialog.h 1970-01-01 01:00:00.000000000 +0100 >+++ audiere-1.9.4-chenz/examples/wxPlayer/TagsDialog.h 2007-03-27 10:56:50.000000000 +0200 >@@ -0,0 +1,26 @@ >+#ifndef TAGS_DIALOG_H >+#define TAGS_DIALOG_H >+ >+ >+#include <audiere.h> >+#include "wx.h" >+ >+ >+class TagsDialog : public wxDialog { >+public: >+ TagsDialog( >+ wxWindow* parent, >+ audiere::SampleSourcePtr source); >+ >+private: >+ void OnButton(wxCommandEvent& event); >+ void OnClose(wxCloseEvent& event); >+ >+ wxListBox* m_tags; >+ wxButton* m_close; >+ >+ DECLARE_EVENT_TABLE() >+}; >+ >+ >+#endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 68070
:
42128
|
54864
|
89503
|
89504
|
89505
|
89524
|
121396
|
121634
|
121635
|
121636
|
121637
|
121638
|
172355
|
199900
|
242749