nemiver r735 - in trunk: . src/persp/dbgperspective src/persp/dbgperspective/icons



Author: jjongsma
Date: Sat Feb  9 16:43:23 2008
New Revision: 735
URL: http://svn.gnome.org/viewvc/nemiver?rev=735&view=rev

Log:
Remove obsolete icons

	* src/persp/dbgperspective/icons/Makefile.am:
	* src/persp/dbgperspective/icons/continue.xpm:
	* src/persp/dbgperspective/icons/green.png:
	* src/persp/dbgperspective/icons/run-debugger.xpm:
	* src/persp/dbgperspective/icons/stop-debugger.xpm:
	* src/persp/dbgperspective/nmv-dbg-perspective.cc: remove obsolete icons


Removed:
   trunk/src/persp/dbgperspective/icons/continue.xpm
   trunk/src/persp/dbgperspective/icons/green.png
   trunk/src/persp/dbgperspective/icons/run-debugger.xpm
   trunk/src/persp/dbgperspective/icons/stop-debugger.xpm
Modified:
   trunk/ChangeLog
   trunk/src/persp/dbgperspective/icons/Makefile.am
   trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc

Modified: trunk/src/persp/dbgperspective/icons/Makefile.am
==============================================================================
--- trunk/src/persp/dbgperspective/icons/Makefile.am	(original)
+++ trunk/src/persp/dbgperspective/icons/Makefile.am	Sat Feb  9 16:43:23 2008
@@ -3,16 +3,12 @@
 set-breakpoint.xpm \
 breakpoint-marker.png \
 breakpoint-disabled-marker.png \
-continue.xpm \
-stop-debugger.xpm \
-run-debugger.xpm \
 line-pointer.png \
 run-to-cursor.xpm \
 step-into.xpm \
 step-out.xpm \
 step-over.xpm \
-throbber.gif \
-green.png
+throbber.gif
 
 iconsdir = @NEMIVER_PLUGINS_DIR@/$(PLUGIN_NAME)/icons
 icons_DATA = $(iconsfiles)

Modified: trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc
==============================================================================
--- trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc	(original)
+++ trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc	Sat Feb  9 16:43:23 2008
@@ -102,7 +102,6 @@
 NEMIVER_BEGIN_NAMESPACE (nemiver)
 
 const char *SET_BREAKPOINT    = "nmv-set-breakpoint" ;
-const char *STOP_DEBUGGER     = "nmv-stop-debugger" ;
 const char *LINE_POINTER      = "nmv-line-pointer" ;
 const char *RUN_TO_CURSOR     = "nmv-run-to-cursor" ;
 const char *STEP_INTO         = "nmv-step-into" ;
@@ -141,7 +140,6 @@
 
 
 const Gtk::StockID STOCK_SET_BREAKPOINT (SET_BREAKPOINT) ;
-const Gtk::StockID STOCK_STOP_DEBUGGER (STOP_DEBUGGER) ;
 const Gtk::StockID STOCK_LINE_POINTER (LINE_POINTER) ;
 const Gtk::StockID STOCK_RUN_TO_CURSOR (RUN_TO_CURSOR) ;
 const Gtk::StockID STOCK_STEP_INTO (STEP_INTO) ;
@@ -2405,7 +2403,6 @@
 DBGPerspective::init_icon_factory ()
 {
     add_stock_icon (nemiver::SET_BREAKPOINT, "icons", "set-breakpoint.xpm") ;
-    add_stock_icon (nemiver::STOP_DEBUGGER, "icons", "stop-debugger.xpm") ;
     add_stock_icon (nemiver::LINE_POINTER, "icons", "line-pointer.png") ;
     add_stock_icon (nemiver::RUN_TO_CURSOR, "icons", "run-to-cursor.xpm") ;
     add_stock_icon (nemiver::STEP_INTO, "icons", "step-into.xpm") ;



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