[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2559: Patch from Domenik Bork to change the ordering of the 'Servi (in vidalia: . trunk/src/vidalia/config)



Author: edmanm
Date: 2008-05-08 19:30:22 -0400 (Thu, 08 May 2008)
New Revision: 2559

Modified:
   vidalia/
   vidalia/trunk/src/vidalia/config/configdialog.cpp
Log:
 r273@rae:  edmanm | 2008-05-06 17:21:49 -0400
 Patch from Domenik Bork to change the ordering of the 'Services' tab in the
 config dialog. Also changes the resize behavior of the column headers in the
 hidden services table.



Property changes on: vidalia
___________________________________________________________________
 svk:merge ticket from /local/vidalia [r273] on 45a62a8a-8088-484c-baad-c7b3e776dd32

Modified: vidalia/trunk/src/vidalia/config/configdialog.cpp
===================================================================
--- vidalia/trunk/src/vidalia/config/configdialog.cpp	2008-05-08 11:49:59 UTC (rev 2558)
+++ vidalia/trunk/src/vidalia/config/configdialog.cpp	2008-05-08 23:30:22 UTC (rev 2559)
@@ -80,7 +80,7 @@
   ui.stackPages->add(new ServerPage(ui.stackPages),
                      createPageAction(QIcon(IMAGE_SERVER),
                                       tr("Sharing"), grp));
-
+  
   ui.stackPages->add(new ServicePage(ui.stackPages),
                      createPageAction(QIcon(IMAGE_SERVICE),
                                       tr("Services"), grp));