Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55629 Details for
Bug 76127
Gyach enhanced is a Yahoo Messenger linux client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug so remove problem
pyvoice_rmFILL.patch (text/plain), 2.48 KB, created by
Marvin
on 2005-04-07 23:06:35 UTC
(
hide
)
Description:
Bug so remove problem
Filename:
MIME Type:
Creator:
Marvin
Created:
2005-04-07 23:06:35 UTC
Size:
2.48 KB
patch
obsolete
>diff -ruN pyvoice.orig/pyvoice pyvoice/pyvoice >--- pyvoice.orig/pyvoice 2005-04-07 22:37:19.000000000 -0700 >+++ pyvoice/pyvoice 2005-04-07 22:32:23.000000000 -0700 >@@ -295,17 +295,17 @@ > prevtable.attach( Label(' '+_("Speaker")+':'), 0, 1, 0, 1, (EXPAND), (0), 0, 0) > tvolbox=SoundBar() # will hold their sound volume > self.tvolbox=tvolbox >- prevtable.attach( tvolbox, 1, 2, 0, 1, (EXPAND+FILL), (0), 0, 0) >+ prevtable.attach( tvolbox, 1, 2, 0, 1, (EXPAND), (0), 0, 0) > prevtable.attach( Label(' '+_("Name")+':'), 0, 1, 1, 2, (EXPAND), (0), 0, 0) > prevtable.attach( Label(' '+_("Alias")+':'), 0, 1, 2, 3, (EXPAND), (0), 0, 0) > self.nstatusbar = Statusbar () > self.nstatusbar.set_size_request(170,-1) > self.nstatid=self.nstatusbar.get_context_id("screenname") >- prevtable.attach( self.nstatusbar, 1, 2, 1, 2, (EXPAND+FILL), (0), 0, 0) >+ prevtable.attach( self.nstatusbar, 1, 2, 1, 2, (EXPAND), (0), 0, 0) > self.astatusbar = Statusbar () > self.astatusbar.set_size_request(170,-1) > self.astatid=self.astatusbar.get_context_id("screenalias") >- prevtable.attach( self.astatusbar, 1, 2, 2, 3, (EXPAND+FILL), (0), 0, 0) >+ prevtable.attach( self.astatusbar, 1, 2, 2, 3, (EXPAND), (0), 0, 0) > > mainvbox.pack_start(prevtable,0,0,1) > >diff -ruN pyvoice.orig/pyvoiceui.py pyvoice/pyvoiceui.py >--- pyvoice.orig/pyvoiceui.py 2005-04-07 22:37:19.000000000 -0700 >+++ pyvoice/pyvoiceui.py 2005-04-07 22:32:23.000000000 -0700 >@@ -295,17 +295,17 @@ > prevtable.attach( Label(' '+_("Speaker")+':'), 0, 1, 0, 1, (EXPAND), (0), 0, 0) > tvolbox=SoundBar() # will hold their sound volume > self.tvolbox=tvolbox >- prevtable.attach( tvolbox, 1, 2, 0, 1, (EXPAND+FILL), (0), 0, 0) >+ prevtable.attach( tvolbox, 1, 2, 0, 1, (EXPAND), (0), 0, 0) > prevtable.attach( Label(' '+_("Name")+':'), 0, 1, 1, 2, (EXPAND), (0), 0, 0) > prevtable.attach( Label(' '+_("Alias")+':'), 0, 1, 2, 3, (EXPAND), (0), 0, 0) > self.nstatusbar = Statusbar () > self.nstatusbar.set_size_request(170,-1) > self.nstatid=self.nstatusbar.get_context_id("screenname") >- prevtable.attach( self.nstatusbar, 1, 2, 1, 2, (EXPAND+FILL), (0), 0, 0) >+ prevtable.attach( self.nstatusbar, 1, 2, 1, 2, (EXPAND), (0), 0, 0) > self.astatusbar = Statusbar () > self.astatusbar.set_size_request(170,-1) > self.astatid=self.astatusbar.get_context_id("screenalias") >- prevtable.attach( self.astatusbar, 1, 2, 2, 3, (EXPAND+FILL), (0), 0, 0) >+ prevtable.attach( self.astatusbar, 1, 2, 2, 3, (EXPAND), (0), 0, 0) > > mainvbox.pack_start(prevtable,0,0,1) >
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 76127
:
51178
|
53246
|
53247
|
53248
|
53659
|
53660
|
54911
|
54914
|
55611
|
55612
|
55613
|
55628
| 55629 |
55630
|
55631
|
55698
|
55699
|
55700
|
55830
|
57052
|
57054
|
57684
|
60349
|
60350
|
60351
|
60353
|
62038