~ubuntu-branches/ubuntu/utopic/anjuta/utopic

« back to all changes in this revision

Viewing changes to plugins/am-project/am-properties.c

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 * You should have received a copy of the GNU General Public
17
17
 * License along with this program; if not, write to the
18
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19
 
 * Boston, MA 02111-1307, USA.
 
18
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
19
 * Boston, MA 02110-1301, USA.
20
20
 *
21
21
 */
22
22
 
95
95
                N_("Libtool support:"),
96
96
                        ANJUTA_PROJECT_PROPERTY_LIST,
97
97
                        ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC | ANJUTA_PROJECT_PROPERTY_HIDDEN,
98
 
                        N_("Add support to compile shared and static libraries with libtool.")},
 
98
                        N_("Add support to compile shared and static libraries with Libtool.")},
99
99
                AC_TOKEN_LT_INIT, -1, "LT_INIT(",
100
100
                AM_PROPERTY_IN_CONFIGURE
101
101
        },
1342
1342
                                /* Replace property */
1343
1343
                                AnjutaProjectProperty *old_prop;
1344
1344
 
1345
 
                                old_prop = anjuta_project_node_get_map_property (node, info->base.id, new_prop->name);
 
1345
                                old_prop = anjuta_project_node_get_property (node, info->base.id);
1346
1346
                                if ((old_prop != NULL) && (old_prop->info->default_value != old_prop))
1347
1347
                                {
1348
1348
                                        anjuta_project_node_remove_property (node, old_prop);