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

[vidalia-svn] r2108: Whops. Wrong icon for the "Close Stream" context menu action (in trunk: . src/gui/network)



Author: edmanm
Date: 2007-11-03 11:47:34 -0400 (Sat, 03 Nov 2007)
New Revision: 2108

Modified:
   trunk/
   trunk/src/gui/network/circuitlistwidget.cpp
Log:
 r2265@lysithea:  edmanm | 2007-11-03 11:47:28 -0400
 Whops. Wrong icon for the "Close Stream" context menu action.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r2265] on dc66be73-d13e-47ba-a267-8dc7cda68c65

Modified: trunk/src/gui/network/circuitlistwidget.cpp
===================================================================
--- trunk/src/gui/network/circuitlistwidget.cpp	2007-11-02 17:49:22 UTC (rev 2107)
+++ trunk/src/gui/network/circuitlistwidget.cpp	2007-11-03 15:47:34 UTC (rev 2108)
@@ -94,7 +94,7 @@
       return;
  
     /* Set up the stream context menu */
-    QAction *closeAct = new QAction(QIcon(IMG_ZOOM), tr("Close Stream"), this);
+    QAction *closeAct = new QAction(QIcon(IMG_CLOSE), tr("Close Stream"), this);
     menu.addAction(closeAct);
 
     /* Display the context menu and find out which (if any) action was