summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 027125b)
raw | patch | inline | side by side (parent: 027125b)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 10 Sep 2007 18:18:38 +0000 (18:18 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 10 Sep 2007 18:18:38 +0000 (18:18 +0000) |
src/helper/unit-tracker.cpp | patch | blob | history |
index 93f5bfee1e8ff5d5135a94a726a4b9d09da9a145..ac860f9554679c75ffdfb2eb8660bbfc67787de1 100644 (file)
@@ -133,6 +133,7 @@ GtkAction* UnitTracker::createAction( gchar const* name, gchar const* label, gch
ege_select_one_action_set_active( act1, _active );
}
+ ege_select_one_action_set_appearance( act1, "minimal" );
g_object_weak_ref( G_OBJECT(act1), _actionFinalizedCB, this );
g_signal_connect( G_OBJECT(act1), "changed", G_CALLBACK( _unitChangedCB ), this );
_actionList = g_slist_append( _actionList, act1 );