nemiver r707 - in trunk: . src/persp/dbgperspective
- From: dodji svn gnome org
- To: svn-commits-list gnome org
- Subject: nemiver r707 - in trunk: . src/persp/dbgperspective
- Date: Thu, 17 Jan 2008 22:09:03 +0000 (GMT)
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) ;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]