Author: dodji
Date: Thu Jan 17 22:09:02 2008
New Revision: 707
URL: http://svn.gnome.org/viewvc/nemiver?rev=707&view=rev
Log:
[dbg perspective] cosmetic compliance changelets
Modified:
trunk/ChangeLog
trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc
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 Thu Jan 17
22:09:02 2008
@@ -2224,7 +2224,8 @@
string
-DBGPerspective::build_resource_path (const UString &a_dir, const UString
&a_name)
+DBGPerspective::build_resource_path (const UString &a_dir,
+ const UString &a_name)
{
string relative_path =
Glib::build_filename (Glib::filename_from_utf8 (a_dir),
@@ -2248,7 +2249,8 @@
Gtk::StockID stock_id (a_stock_id) ;
string icon_path = build_resource_path (a_icon_dir, a_icon_name) ;
- Glib::RefPtr<Gdk::Pixbuf> pixbuf= Gdk::Pixbuf::create_from_file
(icon_path) ;
+ Glib::RefPtr<Gdk::Pixbuf> pixbuf =
+ Gdk::Pixbuf::create_from_file (icon_path) ;
Gtk::IconSet icon_set (pixbuf) ;
m_priv->icon_factory->add (stock_id, icon_set) ;
}
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.