Changeset 53
- Timestamp:
- 11/09/07 01:50:39
- Files:
-
- trunk/configure.ac (modified) (2 diffs)
- trunk/po/ChangeLog (added)
- trunk/src/tmut-menu-view.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r51 r53 14 14 AC_HEADER_STDC 15 15 AC_PROG_LIBTOOL 16 PKG_PROG_PKG_CONFIG 16 17 17 18 tinymail_platform="none" … … 20 21 for pc in $tinymail_platform_pcs; do 21 22 mypc=`echo $pc | cut -d % -f -1` 22 if pkg-config --exists $mypc; then 23 PKG_CHECK_EXISTS($mypc, found=yes, found=0) 24 if test x$found = xyes; then 23 25 tinymail_platform=$mypc 24 26 tinymail_addcfags=`echo $pc | cut -d % -f 2` trunk/src/tmut-menu-view.c
r52 r53 107 107 TnyFolderStore *into = tmut_folder_selector_get_current (TMUT_FOLDER_SELECTOR (widget)); 108 108 109 tmut_shell_window_back (priv->shell); 110 109 111 if (into) 110 112 { … … 140 142 } 141 143 142 tmut_shell_window_back (priv->shell);143 144 144 145 return;
