mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
disconnect previous connection on active
This commit is contained in:
parent
9e56d37bae
commit
d3c9cb843f
2 changed files with 12 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include <glibmm/regex.h>
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/entry.h>
|
||||
#include <sigc++/connection.h>
|
||||
#include <sqlite3.h>
|
||||
|
||||
namespace app::browser::main::tab::page::navigation
|
||||
|
|
@ -65,6 +66,7 @@ namespace app::browser::main::tab::page::navigation
|
|||
|
||||
// Extras
|
||||
double progress_fraction;
|
||||
sigc::connection progress_connection;
|
||||
|
||||
// Defaults
|
||||
const bool HEXPAND = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue