future version number is 0.6.2.12
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 1 Oct 2011 15:10:08 +0000 (15:10 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 1 Oct 2011 15:10:08 +0000 (15:10 +0000)
use StartupNotify

configure
configure.ac
po/Makefile.in
psensor.desktop
src/main.c

index ccc9850..9fb113b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for psensor 0.6.2.11.
+# Generated by GNU Autoconf 2.67 for psensor 0.6.2.12.
 #
 # Report bugs to <jeanfi@gmail.com>.
 #
@@ -552,8 +552,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='psensor'
 PACKAGE_TARNAME='psensor'
-PACKAGE_VERSION='0.6.2.11'
-PACKAGE_STRING='psensor 0.6.2.11'
+PACKAGE_VERSION='0.6.2.12'
+PACKAGE_STRING='psensor 0.6.2.12'
 PACKAGE_BUGREPORT='jeanfi@gmail.com'
 PACKAGE_URL='http://wpitchoune.net/psensor'
 
@@ -1345,7 +1345,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures psensor 0.6.2.11 to adapt to many kinds of systems.
+\`configure' configures psensor 0.6.2.12 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1419,7 +1419,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of psensor 0.6.2.11:";;
+     short | recursive ) echo "Configuration of psensor 0.6.2.12:";;
    esac
   cat <<\_ACEOF
 
@@ -1557,7 +1557,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-psensor configure 0.6.2.11
+psensor configure 0.6.2.12
 generated by GNU Autoconf 2.67
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1980,7 +1980,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by psensor $as_me 0.6.2.11, which was
+It was created by psensor $as_me 0.6.2.12, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   $ $0 $@
@@ -2797,7 +2797,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='psensor'
- VERSION='0.6.2.11'
+ VERSION='0.6.2.12'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -8945,7 +8945,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by psensor $as_me 0.6.2.11, which was
+This file was extended by psensor $as_me 0.6.2.12, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -9012,7 +9012,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-psensor config.status 0.6.2.11
+psensor config.status 0.6.2.12
 configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"
 
index e542274..d9bd449 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.64])
-AC_INIT([psensor], [0.6.2.11],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor])
+AC_INIT([psensor], [0.6.2.12],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor])
 
 AM_INIT_AUTOMAKE([-Wall -Werror gnu])
 
index 077c0e0..8dca655 100644 (file)
@@ -11,7 +11,7 @@
 # Origin: gettext-0.16
 
 PACKAGE = psensor
-VERSION = 0.6.2.11
+VERSION = 0.6.2.12
 PACKAGE_BUGREPORT = jeanfi@gmail.com
 
 SHELL = /bin/sh
index bfdf97b..dd3d849 100644 (file)
@@ -9,4 +9,5 @@ TryExec=psensor
 Exec=psensor
 Categories=Application;System;
 X-GNOME-Autostart-Delay=30
+StartupNotify=true
 
index 7fc5892..d8e7234 100644 (file)
@@ -427,6 +427,8 @@ int main(int argc, char **argv)
        ui_appindicator_init(&ui);
 #endif
 
+       gdk_notify_startup_complete();
+
        /* main loop */
        gtk_main();